Skip to content

Commit

Permalink
x11-toolkits/wlroots: NVIDIA depends on X11 after 597460f
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbeich committed Dec 26, 2021
1 parent e20e42e commit b6f4f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11-toolkits/wlroots/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6f4f1e

Please sign in to comment.