aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-04-08 04:42:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-04-08 23:35:04 +0000
commitb564845d4b8a3537f5279abf1539447d55595c63 (patch)
treee79e854fa25d530f486f36196a9f251f3b59c73e
parent4c65f1b552d5b600e344b2fbe1a30b6625fca533 (diff)
downloadports-b564845d4b8a3537f5279abf1539447d55595c63.tar.gz
ports-b564845d4b8a3537f5279abf1539447d55595c63.zip
x11-toolkits/wlroots: move experimental label to CONSOLEKIT
ConsoleKit2 support uses a patch rejected upstream, and upstream plans to simplify session handling via libseat by dropping other session backends. (cherry picked from commit ddeb3e2d7f6e69262d65cb84f9b2b75c127b2af0)
-rw-r--r--x11-toolkits/wlroots/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile
index a6303cf49eec..c300e99431a6 100644
--- a/x11-toolkits/wlroots/Makefile
+++ b/x11-toolkits/wlroots/Makefile
@@ -36,7 +36,7 @@ OPTIONS_DEFINE= CONSOLEKIT LIBSEAT X11
OPTIONS_DEFAULT=LIBSEAT X11
OPTIONS_SUB= yes
-CONSOLEKIT_DESC= DRM sessions without root using ConsoleKit2
+CONSOLEKIT_DESC= DRM sessions without root via ConsoleKit2 (experimental)
CONSOLEKIT_PATCH_SITES= https://github.com/unrelentingtech/${GH_PROJECT}/commit/:ck2
CONSOLEKIT_PATCHFILES= fcee578b13eb.patch:-p1:ck2 # https://github.com/swaywm/wlroots/pull/1467
CONSOLEKIT_LIB_DEPENDS= libdbus-1.so:devel/dbus \
@@ -46,7 +46,7 @@ CONSOLEKIT_MESON_ENABLED= consolekit2
.MAKEFLAGS: WITH+=CONSOLEKIT
.endif
-LIBSEAT_DESC= DRM sessions with/without root via libseat (experimental)
+LIBSEAT_DESC= DRM sessions with/without root via libseat
LIBSEAT_LIB_DEPENDS= libseat.so:sysutils/seatd
LIBSEAT_MESON_ENABLED= libseat