Skip to content

Commit

Permalink
x11-toolkits/wlroots: drop NVIDIA option
Browse files Browse the repository at this point in the history
Needs rebase for 0.16.0 but abandoned by the author.
Also obsoleted by GBM support in nvidia-driver >= 495.

This reverts commit f406592.
  • Loading branch information
jbeich committed Nov 11, 2022
1 parent 1c4b6bc commit 95c1216
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
11 changes: 1 addition & 10 deletions x11-toolkits/wlroots/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,14 @@ GL_SITE= https://gitlab.freedesktop.org
GL_COMMIT= 1712a7d27444d62f8da8eeedf0840b386a810e96
MESON_ARGS= -Dexamples=false -Dbackends=${BACKENDS:ts,} -Drenderers=${RENDERERS:ts,}

OPTIONS_DEFINE= DRM NVIDIA OPENGL VULKAN X11
OPTIONS_DEFINE= DRM OPENGL VULKAN X11
OPTIONS_DEFAULT=DRM OPENGL VULKAN X11
OPTIONS_SUB= yes

DRM_DESC= KMS console support
DRM_LIB_DEPENDS= libinput.so:x11/libinput
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= 5bde12a6dbf4.patch:-p1:nvidia # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/2769
NVIDIA_IMPLIES= DRM OPENGL X11
NVIDIA_BROKEN= fails to patch
.if make(makesum)
.MAKEFLAGS: WITH+=NVIDIA
.endif

OPENGL_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri
OPENGL_USE= GL=egl,glesv2
OPENGL_VARS= RENDERERS+=gles2
Expand Down
2 changes: 0 additions & 2 deletions x11-toolkits/wlroots/distinfo
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ SHA256 (29cb694655db.patch) = ef36e6b7a0bea0b82469c395feac303f50bf940ae651d91370
SIZE (29cb694655db.patch) = 4233
SHA256 (91a8ff42d26e.patch) = 5c48b35841a3614fe589d8f31323deceaf6be2209b9350a128315cdfc6c95d2c
SIZE (91a8ff42d26e.patch) = 3659
SHA256 (5bde12a6dbf4.patch) = 5bec2c114d6f5bb8cece6c8fe681d6c30b05c625b130dea50122a91212ea846a
SIZE (5bde12a6dbf4.patch) = 110451
9 changes: 0 additions & 9 deletions x11-toolkits/wlroots/pkg-message

This file was deleted.

0 comments on commit 95c1216

Please sign in to comment.