Сравнение gamemode-1.7 с gamemode-9999
/usr/portage/games-util/gamemode/gamemode-9999.ebuild 2023-10-09 14:52:31.148368392 +0300 | ||
---|---|---|
37 | 37 | |
38 | 38 |
PATCHES=( |
39 | 39 |
"${FILESDIR}"/${PN}-1.7-static-libs.patch |
40 |
"${FILESDIR}"/${P}-glibc-2.36.patch |
|
41 | 40 |
) |
42 | 41 | |
43 | 42 |
DOCS=( |
... | ... | |
82 | 81 |
multilib_src_configure() { |
83 | 82 |
local emesonargs=( |
84 | 83 |
-Dwith-systemd-user-unit-dir="$(systemd_get_userunitdir)" |
84 |
-Dwith-pam-limits-dir="${EPREFIX}"/etc/security/limits.d |
|
85 | 85 |
) |
86 | 86 |
if multilib_is_native_abi; then |
87 | 87 |
emesonargs+=( |
... | ... | |
91 | 91 |
else |
92 | 92 |
emesonargs+=( |
93 | 93 |
-Dwith-sd-bus-provider=no-daemon |
94 |
-Dwith-pam-group=gamemode |
|
94 |
-Dwith-pam-renicing=false |
|
95 | 95 |
-Dwith-examples=false |
96 | 96 |
-Dwith-util=false |
97 | 97 |
) |