x11-toolkits/wlroots: NVIDIA depends on X11 after 597460fbd2

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.
This commit is contained in:
Jan Beich 2021-12-26 11:44:48 +00:00
parent e20e42ee31
commit b6f4f1e697

View File

@ -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