mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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 changed files with 3 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'iwd'
|
# Template file for 'iwd'
|
||||||
pkgname=iwd
|
pkgname=iwd
|
||||||
version=2.8
|
version=2.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd-service --enable-pie
|
configure_args="--disable-systemd-service --enable-pie
|
||||||
--enable-dbus-policy --enable-wired"
|
--enable-dbus-policy --enable-wired"
|
||||||
hostmakedepends="python3-docutils pkg-config"
|
hostmakedepends="python3-docutils pkg-config"
|
||||||
makedepends="readline-devel dbus-devel"
|
makedepends="readline-devel dbus-devel"
|
||||||
depends="dbus"
|
depends="dbus openresolv"
|
||||||
checkdepends="python3 $depends"
|
checkdepends="python3 $depends"
|
||||||
short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
|
short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
|
@ -21,10 +21,7 @@ make_dirs="/var/lib/iwd 0600 root root
|
||||||
/etc/iwd 755 root root"
|
/etc/iwd 755 root root"
|
||||||
# tests depend on kernel features
|
# tests depend on kernel features
|
||||||
make_check=extended
|
make_check=extended
|
||||||
|
make_check_pre="dbus-run-session"
|
||||||
do_check() {
|
|
||||||
dbus-run-session make check
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv ead
|
vsv ead
|
||||||
|
|
Loading…
Add table
Reference in a new issue