aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-11-27 22:16:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-11-27 22:16:46 +0000
commita22d4653d76d399f16ebc20bee7a16dfec8de856 (patch)
tree6c6906a7ad911b9df1600c3b2b0a6100742eda08 /x11-servers
parent3331039cedb67349831c2c4b38b6c480150c6eb0 (diff)
downloadports-a22d4653d76d399f16ebc20bee7a16dfec8de856.tar.gz
ports-a22d4653d76d399f16ebc20bee7a16dfec8de856.zip
x11-servers/xwayland-devel: bring minor improvements from xarcan
- Use -D${PORTNAME}=true to denote the only X server enabled - Annotate do-install target is a workaround
Notes
Notes: svn path=/head/; revision=556460
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/xwayland-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile
index 4e9a636fcad3..301878630c92 100644
--- a/x11-servers/xwayland-devel/Makefile
+++ b/x11-servers/xwayland-devel/Makefile
@@ -34,7 +34,7 @@ USE_GL= gbm gl
USE_XORG= pixman xau xdmcp xfont2 xkbfile xshmfence xtrans
GH_ACCOUNT= freedesktop
GH_PROJECT= xorg-xserver
-MESON_ARGS= -Dxwayland=true \
+MESON_ARGS= -D${PORTNAME}=true \
-Dxorg=false \
-Dxnest=false \
-Dxvfb=false \
@@ -64,7 +64,7 @@ NVIDIA_BUILD_DEPENDS= egl-wayland>0:graphics/egl-wayland
NVIDIA_MESON_TRUE= xwayland_eglstream
do-install:
-# Wayland compositors only use the binary
+# XXX Prevent Meson from installing unrelated files
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/hw/xwayland/Xwayland \
${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${BUILD_WRKSRC}/hw/xwayland/xwayland.pc \