diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-02-13 04:12:32 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-02-13 04:12:32 +0000 |
commit | 87762c1bbcb6f965ce3f7001dd16cd37dbce7752 (patch) | |
tree | 5d3ebf5d8a2d143f1b704c0ad7c328576d11bb46 /x11-servers | |
parent | ee9d838b4122f8c568c836ec1207624bc1d24d52 (diff) |
x11-servers/xwayland-devel: 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.
Notes
Notes:
svn path=/head/; revision=526006
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/xwayland-devel/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile index b26144887879..1c1f5a22cde0 100644 --- a/x11-servers/xwayland-devel/Makefile +++ b/x11-servers/xwayland-devel/Makefile @@ -46,6 +46,12 @@ MESON_ARGS= -Dxwayland=true \ -Ddefault_font_path=${NONEXISTENT} 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_MESON_TRUE= xwayland_eglstream + do-install: # Wayland compositors only use the binary ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/hw/xwayland/Xwayland \ |