package/network-manager: add optional libpsl support
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b69e3020f5
commit
096418ec4a
@ -63,6 +63,13 @@ else
|
||||
NETWORK_MANAGER_CONF_OPTS += --disable-concheck
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBPSL),y)
|
||||
NETWORK_MANAGER_DEPENDENCIES += libpsl
|
||||
NETWORK_MANAGER_CONF_OPTS += --with-libpsl
|
||||
else
|
||||
NETWORK_MANAGER_CONF_OPTS += --without-libpsl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_READLINE),y)
|
||||
NETWORK_MANAGER_DEPENDENCIES += readline
|
||||
NETWORK_MANAGER_CONF_OPTS += --with-nmcli=yes
|
||||
|
Loading…
Reference in New Issue
Block a user