package/iwd: drop dbus check
Since 6f5f6bc
dbus is selected when iwd is selected.
It is only a runtime dependency, so drop the build
dependency.
Signed-off-by: Daniel Lang <d.lang@abatec.at>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
ad62fa3acb
commit
5b3b2d80f4
@ -15,16 +15,11 @@ IWD_SELINUX_MODULES = networkmanager
|
||||
|
||||
IWD_CONF_OPTS = \
|
||||
--disable-manual-pages \
|
||||
--enable-external-ell
|
||||
--enable-external-ell \
|
||||
--enable-dbus-policy \
|
||||
--with-dbus-datadir=/usr/share
|
||||
IWD_DEPENDENCIES = ell
|
||||
|
||||
ifeq ($(BR2_PACKAGE_DBUS),y)
|
||||
IWD_CONF_OPTS += --enable-dbus-policy --with-dbus-datadir=/usr/share
|
||||
IWD_DEPENDENCIES += dbus
|
||||
else
|
||||
IWD_CONF_OPTS += --disable-dbus-policy
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_READLINE),y)
|
||||
# iwd client depends on readline (GPL-3.0+)
|
||||
IWD_LICENSE += , GPL-3.0+ (client)
|
||||
|
Loading…
Reference in New Issue
Block a user