diff options
author | davidovski <david@davidovski.xyz> | 2022-09-28 12:49:10 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-09-28 12:49:10 +0100 |
commit | aa4e27bf4f1a27e219b6c6c78a481bd417eac0a7 (patch) | |
tree | 746e34a1e7395a5b6944a39b52f7a29c625edcd5 /repo/iwd | |
parent | 1d77b08d11a459598975cd73a1c9539849c0d815 (diff) |
Fixed packages for next release
Diffstat (limited to 'repo/iwd')
-rw-r--r-- | repo/iwd/iwd.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/iwd/iwd.xibuild b/repo/iwd/iwd.xibuild index f1ce050..f3c73ae 100644 --- a/repo/iwd/iwd.xibuild +++ b/repo/iwd/iwd.xibuild @@ -4,7 +4,7 @@ NAME="iwd" DESC="Internet Wireless Daemon" MAKEDEPS="make " -DEPS="dbus musl readline " +DEPS="dbus openresolv wpa_supplicant" PKG_VER=1.30 SOURCE="https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-$PKG_VER.tar.gz" |