games-util/gamemode: Don't build utils for the non-native ABI

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2022-10-01 11:01:48 +01:00
parent 34b497c812
commit dbd8df3642
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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-renicing=false
-Dwith-examples=false
-Dwith-util=false
)
fi