aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-12-26 11:44:48 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-12-26 11:48:18 +0000
commitb6f4f1e6971a07341b925f066409fa5e7a2993fd (patch)
tree6006debb1e54f0718a284219804c1a26984b26c9
parente20e42ee3132a273e889ce1e6c5b5a9c38b61312 (diff)
downloadports-b6f4f1e6971a07341b925f066409fa5e7a2993fd.tar.gz
ports-b6f4f1e6971a07341b925f066409fa5e7a2993fd.zip
x11-toolkits/wlroots: NVIDIA depends on X11 after 597460fbd27c
ld: error: undefined symbol: xwayland_keyboard_grab_manager >>> referenced by wlr_keyboard.c >>> libwlroots.so.10.p/types_wlr_keyboard.c.o:(wlr_keyboard_notify_key) cc: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: cannot make progress due to previous errors.
-rw-r--r--x11-toolkits/wlroots/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile
index 261d2c7d6b03..45a1592189c3 100644
--- a/x11-toolkits/wlroots/Makefile
+++ b/x11-toolkits/wlroots/Makefile
@@ -41,7 +41,7 @@ DRM_VARS= BACKENDS+="drm libinput"
NVIDIA_DESC= EGLStreams support for DRM backend (experimental)
NVIDIA_PATCH_SITES= https://github.com/danvd/${GL_PROJECT}-eglstreams/commit/:nvidia
NVIDIA_PATCHFILES= c0fc017207f0.patch:-p1:nvidia # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2769
-NVIDIA_IMPLIES= DRM OPENGL
+NVIDIA_IMPLIES= DRM OPENGL X11
.if make(makesum)
.MAKEFLAGS: WITH+=NVIDIA
.endif