blob: 8d537e938f1bf0095e38f2bb2729872a0e4c0d49 (
plain)
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
|
PORTNAME= xwayland
PORTREVISION= 2
COMMENT= X Clients under Wayland
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/wayland-protocols.pc:graphics/wayland-protocols \
${LOCALBASE}/include/linux/input.h:devel/evdev-proto
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libinput.so:x11/libinput
CONFLICTS_INSTALL= ${PORTNAME}-devel
MASTERDIR= ${.CURDIR}/../xorg-server
DESCR= ${.CURDIR}/pkg-descr
SLAVE_PORT= yes
USE_XORG= x11 xext
USE_GL+= egl gbm
CONFIGURE_ARGS+=--disable-dmx --disable-xephyr --disable-xnest --disable-xvfb \
--enable-xwayland --with-default-xkb-ruleset=evdev
PLIST_FILES= bin/Xwayland
OPTIONS_DEFINE= NVIDIA
NVIDIA_DESC= EGLStream support for glamor on Xwayland
NVIDIA_BUILD_DEPENDS= egl-wayland>0:graphics/egl-wayland
NVIDIA_CONFIGURE_ENABLE=xwayland-eglstream
do-install:
cd ${WRKSRC}/hw/xwayland; DESTDIR=${STAGEDIR} ${MAKE_CMD} install
.include "${MASTERDIR}/Makefile"
|