mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
connman: build with iwd support
This commit is contained in:
parent
d1e9198cca
commit
5001f1b2e3
2 changed files with 7 additions and 3 deletions
3
srcpkgs/connman/INSTALL.msg
Normal file
3
srcpkgs/connman/INSTALL.msg
Normal file
|
@ -0,0 +1,3 @@
|
|||
ConnMan's dependency on 'wpa_supplicant' will be removed in a future
|
||||
version. If you would like to keep using 'wpa_supplicant' as a Wi-Fi
|
||||
backend, please manually install it.
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'connman'
|
||||
pkgname=connman
|
||||
version=1.42
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-polkit --enable-client --enable-pie --enable-ethernet
|
||||
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
||||
--enable-openvpn --with-openvpn=/usr/bin/openvpn --enable-openconnect
|
||||
--disable-tools --disable-wispr --with-openconnect=/usr/bin/openconnect"
|
||||
hostmakedepends="automake iptables libtool pkg-config wpa_supplicant"
|
||||
--enable-iwd --disable-tools --disable-wispr
|
||||
--with-openconnect=/usr/bin/openconnect"
|
||||
hostmakedepends="automake iptables libtool pkg-config"
|
||||
makedepends="gnutls-devel iptables-devel libglib-devel libmnl-devel
|
||||
openconnect-devel readline-devel"
|
||||
depends="dbus wpa_supplicant"
|
||||
|
|
Loading…
Add table
Reference in a new issue