package/iwd: drop dbus check
Since6f5f6bc
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> (cherry picked from commit5b3b2d80f4
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5509017af2
commit
1636155391
@ -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