aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9a6904c0ed9c..261d2c7d6b03 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= OPENGL
+NVIDIA_IMPLIES= DRM OPENGL
.if make(makesum)
.MAKEFLAGS: WITH+=NVIDIA
.endif