From db3a82465bcb1812209d663baaf714e627049034 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sat, 21 Aug 2021 18:12:52 +0200 Subject: [PATCH] Updated deps --- x11-wm/phoc/phoc-0.8.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-wm/phoc/phoc-0.8.0.ebuild b/x11-wm/phoc/phoc-0.8.0.ebuild index 349c8ef..e6dfe1a 100644 --- a/x11-wm/phoc/phoc-0.8.0.ebuild +++ b/x11-wm/phoc/phoc-0.8.0.ebuild @@ -66,8 +66,7 @@ src_configure() { local emesonargs=( -Ddefault_library=shared -Dtests=false - -Dwlroots:logind-provider=systemd - -Dwlroots:libseat=disabled + -Dembed-wlroots=false ) meson_src_configure }