Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2020 19:01:46 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531962 - in head/x11-servers: xorg-server xwayland
Message-ID:  <202004171901.03HJ1kfW053055@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004171901.03HJ1kfW053055>