gnu: network-manager: Add iwd support.
This commit is contained in:
parent
01c22be7bb
commit
c2f236fa92
1 changed files with 6 additions and 5 deletions
|
@ -6382,7 +6382,9 @@ users.")
|
||||||
"--with-suspend-resume=elogind"
|
"--with-suspend-resume=elogind"
|
||||||
"--with-consolekit=no"
|
"--with-consolekit=no"
|
||||||
"--with-crypto=gnutls"
|
"--with-crypto=gnutls"
|
||||||
"--disable-config-plugin-ibft"
|
"--with-iwd=yes"
|
||||||
|
"--with-libaudit=yes"
|
||||||
|
"--with-resolvconf=yes"
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
(string-append "--with-udev-dir="
|
(string-append "--with-udev-dir="
|
||||||
|
@ -6436,10 +6438,6 @@ users.")
|
||||||
(lambda _
|
(lambda _
|
||||||
;; For the missing /etc/machine-id.
|
;; For the missing /etc/machine-id.
|
||||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||||
|
|
||||||
;; XXX: Regenerate some of the tests that are dependent on Python version.
|
|
||||||
;; Try removing this variable for newer versions of NetworkManager.
|
|
||||||
(setenv "NM_TEST_REGENERATE" "1")
|
|
||||||
#t))
|
#t))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
|
@ -6474,7 +6472,9 @@ users.")
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
("iptables" ,iptables)
|
("iptables" ,iptables)
|
||||||
("isc-dhcp" ,isc-dhcp)
|
("isc-dhcp" ,isc-dhcp)
|
||||||
|
("iwd" ,iwd) ; wpa_supplicant alternative
|
||||||
("jansson" ,jansson)
|
("jansson" ,jansson)
|
||||||
|
("libaudit" ,audit)
|
||||||
("libgcrypt" ,libgcrypt)
|
("libgcrypt" ,libgcrypt)
|
||||||
("libgudev" ,libgudev)
|
("libgudev" ,libgudev)
|
||||||
("libndp" ,libndp)
|
("libndp" ,libndp)
|
||||||
|
@ -6482,6 +6482,7 @@ users.")
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup)
|
||||||
("modem-manager" ,modem-manager)
|
("modem-manager" ,modem-manager)
|
||||||
("newt" ,newt) ;for the 'nmtui' console interface
|
("newt" ,newt) ;for the 'nmtui' console interface
|
||||||
|
("openresolv" ,openresolv) ; alternative resolv.conf manager
|
||||||
("polkit" ,polkit)
|
("polkit" ,polkit)
|
||||||
("ppp" ,ppp)
|
("ppp" ,ppp)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
|
|
Reference in a new issue