NetworkManager: use either elogind/consolekit for suspend/resume functionality.
Also fix a typo in the elogind option
This commit is contained in:
parent
8d0afa8438
commit
df22b00ed7
@ -1,7 +1,7 @@
|
||||
# Template file for 'NetworkManager'
|
||||
pkgname=NetworkManager
|
||||
version=1.14.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-dhcpcd --with-dhclient=/usr/bin/dhclient
|
||||
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
||||
@ -10,8 +10,9 @@ configure_args="--without-dhcpcd --with-dhclient=/usr/bin/dhclient
|
||||
--with-kernel-firmware-dir=/usr/lib/firmware --disable-ifcfg-rh
|
||||
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 --enable-modify-system
|
||||
--with-modem-manager-1 --with-resolvconf=/usr/bin/resolvconf
|
||||
--with-session-tracking=$(vopt_if elogind logind consolekit)
|
||||
--with-suspend-resume=upower --with-libnm-glib --disable-ifupdown
|
||||
--with-session-tracking=$(vopt_if elogind elogind consolekit)
|
||||
--with-suspend-resume=$(vopt_if elogind elogind consolekit)
|
||||
--with-libnm-glib --disable-ifupdown
|
||||
--with-systemdsystemunitdir=no --enable-polkit-agent --enable-tests=no
|
||||
--with-systemd-journal=no --with-systemd-logind=no --disable-gtk-doc
|
||||
--with-dbus-sys-dir=/etc/dbus-1/system.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user