mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user