diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-11 12:17:00 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-11 12:24:10 -0500 |
commit | 00c188578af9898fb02c3d04d85df858ae404c63 (patch) | |
tree | ab3d56382ab753caf6c77e5bc9adc8dfd34d1b1e /gui-libs/wlroots | |
parent | sys-auth/seatd: add keywords ~arm64 ~ppc64 ~x86 (diff) | |
download | gentoo-00c188578af9898fb02c3d04d85df858ae404c63.tar.gz gentoo-00c188578af9898fb02c3d04d85df858ae404c63.tar.bz2 gentoo-00c188578af9898fb02c3d04d85df858ae404c63.zip |
gui-libs/wlroots: add seatd impl to 0.12.0
Suggest-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.12.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.12.0.ebuild b/gui-libs/wlroots/wlroots-0.12.0.ebuild index 408d39d32a83..fe45e5af7e13 100644 --- a/gui-libs/wlroots/wlroots-0.12.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.12.0.ebuild @@ -18,7 +18,7 @@ fi LICENSE="MIT" SLOT="0/12" -IUSE="elogind icccm systemd x11-backend X" +IUSE="elogind icccm seatd systemd x11-backend X" REQUIRED_USE="?? ( elogind systemd )" DEPEND=" @@ -32,6 +32,7 @@ DEPEND=" x11-libs/pixman elogind? ( >=sys-auth/elogind-237 ) icccm? ( x11-libs/xcb-util-wm ) + seatd? ( sys-auth/seatd:= ) systemd? ( >=sys-apps/systemd-237 ) x11-backend? ( x11-libs/libxcb:0= ) X? ( @@ -58,6 +59,7 @@ src_configure() { -Dx11-backend=$(usex x11-backend enabled disabled) "-Dexamples=false" "-Dwerror=false" + -Dlibseat=$(usex seatd enabled disabled) ) if use systemd; then emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd") |