aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-06-04 08:11:53 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-06-04 08:20:26 +0000
commit12f4ef20009fa75dc18dbc698b0dcc21b36e85b1 (patch)
treec5acc50bdf2e5e7d455e15f2c4eaa8177977df1e
parent46671d8faeab4c342508e7512372665ce82df22f (diff)
downloadports-12f4ef20009fa75dc18dbc698b0dcc21b36e85b1.tar.gz
ports-12f4ef20009fa75dc18dbc698b0dcc21b36e85b1.zip
x11-toolkits/wlroots-devel: limit seatd dependency to DRM=on
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
-rw-r--r--x11-toolkits/wlroots-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile
index b8b8ab231753..08c6e5604eb6 100644
--- a/x11-toolkits/wlroots-devel/Makefile
+++ b/x11-toolkits/wlroots-devel/Makefile
@@ -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
@@ -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"