NetworkManager: Set elogind build option as default.
This causes network connections to be properly restarted on suspend and resume of the system via elogind/desktops.
This commit is contained in:
parent
bc18f665b0
commit
6ca0401f31
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'NetworkManager'
|
# Template file for 'NetworkManager'
|
||||||
pkgname=NetworkManager
|
pkgname=NetworkManager
|
||||||
version=1.18.2
|
version=1.18.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dpolkit_agent=true -Dsystemd_journal=false
|
configure_args="-Dpolkit_agent=true -Dsystemd_journal=false
|
||||||
|
@ -53,7 +53,7 @@ esac
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala elogind"
|
build_options="gir vala elogind"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala elogind"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in a new issue