iwd: depend on openresolv
this is necessary if using the builtin dhcp client fixes #47225
This commit is contained in:
parent
875945ef94
commit
b6c375d773
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'iwd'
|
||||
pkgname=iwd
|
||||
version=2.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-systemd-service --enable-pie
|
||||
--enable-dbus-policy --enable-wired"
|
||||
hostmakedepends="python3-docutils pkg-config"
|
||||
makedepends="readline-devel dbus-devel"
|
||||
depends="dbus"
|
||||
depends="dbus openresolv"
|
||||
checkdepends="python3 $depends"
|
||||
short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
|
||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||
|
@ -21,10 +21,7 @@ make_dirs="/var/lib/iwd 0600 root root
|
|||
/etc/iwd 755 root root"
|
||||
# tests depend on kernel features
|
||||
make_check=extended
|
||||
|
||||
do_check() {
|
||||
dbus-run-session make check
|
||||
}
|
||||
make_check_pre="dbus-run-session"
|
||||
|
||||
post_install() {
|
||||
vsv ead
|
||||
|
|
Loading…
Reference in New Issue