svn commit: r531962 - in head/x11-servers: xorg-server xwayland
Jan Beich
jbeich at FreeBSD.org
Fri Apr 17 19:01:47 UTC 2020
Author: jbeich
Date: Fri Apr 17 19:01:46 2020
New Revision: 531962
URL: https://svnweb.freebsd.org/changeset/ports/531962
Log:
x11-servers/xwayland: expose x11/nvidia-driver support
Disabled for now as runtime wasn't tested. EGLStreams is supported by
x11-wm/mutter and x11-wm/plasma5-kwin.
PR: 244242
Approved by: zeising (x11)
Modified:
head/x11-servers/xorg-server/Makefile (contents, props changed)
head/x11-servers/xwayland/Makefile (contents, props changed)
Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile Fri Apr 17 19:01:24 2020 (r531961)
+++ head/x11-servers/xorg-server/Makefile Fri Apr 17 19:01:46 2020 (r531962)
@@ -19,7 +19,7 @@ RUN_DEPENDS+= xkeyboard-config>=2.5:x11/xkeyboard-conf
SLAVE_PORT?= no
OPTIONS_SUB= yes
-OPTIONS_DEFINE= SUID
+OPTIONS_DEFINE+= SUID
OPTIONS_RADIO= CONF
OPTIONS_RADIO_CONF= DEVD UDEV
OPTIONS_DEFAULT= SUID
Modified: head/x11-servers/xwayland/Makefile
==============================================================================
--- head/x11-servers/xwayland/Makefile Fri Apr 17 19:01:24 2020 (r531961)
+++ head/x11-servers/xwayland/Makefile Fri Apr 17 19:01:46 2020 (r531962)
@@ -25,6 +25,12 @@ CONFIGURE_ARGS+=--disable-dmx --disable-xephyr --disab
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
More information about the svn-ports-head
mailing list