mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/iwd: drop dbus check
Since6f5f6bcdbus 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:
committed by
Peter Korsgaard
parent
15698f61d9
commit
c6c6dde9c0
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user