Skip to content
Snippets Groups Projects
Commit cb460944 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/iwd: add missing dependency on dbus

iwd and ead doesn't work without D-Bus.
parent b835dbce
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ pkgdesc="Internet Wireless Daemon"
url="https://iwd.wiki.kernel.org/"
arch="all"
license="LGPL-2.1-or-later"
depends="dbus"
makedepends="dbus-dev readline-dev linux-headers"
options="!check" # some builders fail on some test
checkdepends="coreutils"
......@@ -74,6 +75,7 @@ ead() {
ead_openrc() {
pkgdesc="Ethernet authentication daemon (OpenRC init scripts)"
depends=""
install_if="openrc ead=$pkgver-r$pkgrel"
install -m755 -D "$srcdir"/ead.initd "$subpkgdir"/etc/init.d/ead
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment