Skip to content

Commit

Permalink
x11-toolkits/wlroots-devel: limit seatd dependency to DRM=on
Browse files Browse the repository at this point in the history
libseat is part of wlr_session API i.e., not used when nested on Xorg
or another Wayland compositor.

https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/f0375eed2427
  • Loading branch information
jbeich committed Jun 4, 2023
1 parent 46671d8 commit 12f4ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11-toolkits/wlroots-devel/Makefile
Expand Up @@ -19,7 +19,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= wayland-protocols>=1.31:graphics/wayland-protocols
LIB_DEPENDS= libdrm.so:graphics/libdrm \
libwayland-server.so:graphics/wayland \
libseat.so:sysutils/seatd \
libxkbcommon.so:x11/libxkbcommon

USES= compiler:c11 gl meson pkgconfig xorg
Expand All @@ -46,6 +45,7 @@ DRM_BUILD_DEPENDS= hwdata>0:misc/hwdata
DRM_LIB_DEPENDS= libudev.so:devel/libudev-devd \
libliftoff.so:graphics/libliftoff \
libdisplay-info.so:sysutils/libdisplay-info \
libseat.so:sysutils/seatd \
libinput.so:x11/libinput
DRM_MESON_ENABLED= session
DRM_VARS= BACKENDS+="drm libinput"
Expand Down

0 comments on commit 12f4ef2

Please sign in to comment.