Skip to content

Commit

Permalink
gui-libs/wlroots: add seatd impl to 0.12.0
Browse files Browse the repository at this point in the history
Suggest-by: Haelwenn (lanodan) Monnier <[email protected]>
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Nov 11, 2020
1 parent 672b91e commit 00c1885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gui-libs/wlroots/wlroots-0.12.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand All @@ -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? (
Expand All @@ -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")
Expand Down

0 comments on commit 00c1885

Please sign in to comment.