aboutsummaryrefslogtreecommitdiffstats
path: root/x11-servers/xwayland-devel/Makefile
blob: 4785aa1ca66afd5b824d997ef89567faf0219181 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# $FreeBSD$

PORTNAME=   xwayland
DISTVERSIONPREFIX=  xorg-server-
DISTVERSION=    1.20.0-747
DISTVERSIONSUFFIX=  -gaffc47452
CATEGORIES= x11-servers
PKGNAMESUFFIX=  -devel

PATCH_SITES=    https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+=    9e0086f99b39.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432
PATCHFILES+=    5ac296eb6c4e.patch:-p1 # https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/432

MAINTAINER= jbeich@FreeBSD.org
COMMENT=    X11 server as Wayland client (development snapshot)

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  evdev-proto>0:devel/evdev-proto \
        ${LOCALBASE}/include/GL/internal/dri_interface.h:graphics/mesa-dri \
        wayland-protocols>=1.18:graphics/wayland-protocols
LIB_DEPENDS=    libdrm.so:graphics/libdrm \
        libepoxy.so:graphics/libepoxy \
        libwayland-client.so:graphics/wayland
RUN_DEPENDS=    xkbcomp:x11/xkbcomp \
        xkeyboard-config>0:x11/xkeyboard-config

CONFLICTS_INSTALL=  ${PORTNAME}

USES=       compiler:c11 gl meson pkgconfig xorg
USE_GITHUB= yes
USE_GL=     gbm gl
USE_XORG=   pixman xau xdmcp xfont2 xkbfile xshmfence xtrans
GH_ACCOUNT= freedesktop
GH_PROJECT= xorg-xserver
MESON_ARGS= -Dxwayland=true \
        -Dxorg=false \
        -Dxnest=false \
        -Dxvfb=false \
        -Dudev=false \
        -Dudev_kms=false \
        -Ddefault_font_path="${DEFAULT_FONTPATH_LIST:ts,}"
PLIST_FILES=    bin/Xwayland \
        libdata/pkgconfig/xwayland.pc

# Keep in sync with xorg-server
FONTPATH_ROOT?= ${LOCALBASE}/share/fonts
FONTPATHD?= ${PREFIX}/etc/X11/fontpath.d
DEFAULT_FONTPATH_LIST= \
    ${FONTPATH_ROOT}/misc/  \
    ${FONTPATH_ROOT}/TTF/ \
    ${FONTPATH_ROOT}/OTF/ \
    ${FONTPATH_ROOT}/Type1/ \
    ${FONTPATH_ROOT}/100dpi/ \
    ${FONTPATH_ROOT}/75dpi/ \
    catalogue:${FONTPATHD}

OPTIONS_DEFINE= NVIDIA

NVIDIA_DESC=        EGLStream support for glamor on Xwayland
NVIDIA_BUILD_DEPENDS=   egl-wayland>0:graphics/egl-wayland
NVIDIA_MESON_TRUE=  xwayland_eglstream

do-install:
# Wayland compositors only use the binary
    ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/hw/xwayland/Xwayland \
        ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_DATA} ${BUILD_WRKSRC}/hw/xwayland/xwayland.pc \
        ${STAGEDIR}${PREFIX}/libdata/pkgconfig

.include <bsd.port.mk>