Line
Link Here
|
0 |
-- a/networkmanager-1.32.12.ebuild |
0 |
++ b/networkmanager-1.32.12.ebuild |
Lines 183-188
Link Here
|
183 |
|| die |
183 |
|| die |
184 |
} |
184 |
} |
185 |
|
185 |
|
|
|
186 |
meson_nm_program() { |
187 |
usex "$1" "-D${2:-$1}=$3" "-D${2:-$1}=no" |
188 |
} |
189 |
|
190 |
meson_nm_native_program() { |
191 |
multilib_native_usex "$1" "-D${2:-$1}=$3" "-D${2:-$1}=no" |
192 |
} |
193 |
|
186 |
multilib_src_configure() { |
194 |
multilib_src_configure() { |
187 |
local emesonargs=( |
195 |
local emesonargs=( |
188 |
--localstatedir="${EPREFIX}/var" |
196 |
--localstatedir="${EPREFIX}/var" |
Lines 227-239
Link Here
|
227 |
-Difcfg_rh=false |
235 |
-Difcfg_rh=false |
228 |
-Difupdown=false |
236 |
-Difupdown=false |
229 |
|
237 |
|
230 |
$(meson_native_use_feature resolvconf) |
238 |
$(meson_nm_native_program resolvconf "" /sbin/resolvconf) |
231 |
-Dnetconfig=disable |
239 |
-Dnetconfig=no |
232 |
-Dconfig_dns_rc_manager_default=symlink |
240 |
-Dconfig_dns_rc_manager_default=auto |
233 |
|
241 |
|
234 |
$(meson_feature dhclient) |
242 |
$(meson_nm_program dhclient "" /sbin/dhclient) |
235 |
-Ddhcpcanon=disable |
243 |
-Ddhcpcanon=no |
236 |
$(meson_feature dhcpcd) |
244 |
$(meson_nm_program dhcpcd "" /sbin/dhcpcd) |
237 |
|
245 |
|
238 |
$(meson_native_use_bool introspection) |
246 |
$(meson_native_use_bool introspection) |
239 |
$(meson_native_use_bool vala vapi) |
247 |
$(meson_native_use_bool vala vapi) |