summaryrefslogtreecommitdiff
path: root/games-util/gamemode/gamemode-1.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-02 01:11:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-02 01:11:51 +0100
commitb0bab803d2f1c96af5760374e2684f9a85591916 (patch)
treeb1657ea0e7ff32ab77431e9509b2b9eac3c16711 /games-util/gamemode/gamemode-1.7.ebuild
parent0a772e9952c6683769ac22be1b2304fcd86f02cb (diff)
gentoo auto-resync : 02:10:2022 - 01:11:51
Diffstat (limited to 'games-util/gamemode/gamemode-1.7.ebuild')
-rw-r--r--games-util/gamemode/gamemode-1.7.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/games-util/gamemode/gamemode-1.7.ebuild b/games-util/gamemode/gamemode-1.7.ebuild
index 028fd6b39402..c54619d5b953 100644
--- a/games-util/gamemode/gamemode-1.7.ebuild
+++ b/games-util/gamemode/gamemode-1.7.ebuild
@@ -86,12 +86,14 @@ multilib_src_configure() {
if multilib_is_native_abi; then
emesonargs+=(
-Dwith-sd-bus-provider=$(usex systemd systemd elogind)
+ -Dwith-util=true
)
else
emesonargs+=(
-Dwith-sd-bus-provider=no-daemon
-Dwith-pam-group=gamemode
-Dwith-examples=false
+ -Dwith-util=false
)
fi