Skip to content

Commit

Permalink
graphics/mesa-devel: unbreak X11=off build
Browse files Browse the repository at this point in the history
meson.build:380:3: ERROR: Feature xlib-lease cannot be enabled: xlib-lease requires X11 and KMS/DRM support
  • Loading branch information
jbeich committed Jul 29, 2023
1 parent 04fdfe9 commit 0e54d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/mesa-devel/Makefile
Expand Up @@ -147,7 +147,7 @@ WAYLAND_VARS= PLATFORMS+=wayland
X11_USES= xorg
X11_USE= XORG=x11,xcb,xdamage,xext,xfixes,xorgproto,xrandr,xshmfence,xxf86vm
X11_VARS= PLATFORMS+=x11
X11_MESON_OFF= -Dglx=disabled
X11_MESON_OFF= -Dglx=disabled -Dxlib-lease=disabled

ZSTD_DESC= Use ZSTD for shader cache
ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd
Expand Down

0 comments on commit 0e54d5d

Please sign in to comment.