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:
James Hilliard 2021-12-04 17:54:09 -07:00 committed by Thomas Petazzoni
parent b69e3020f5
commit 096418ec4a

View File

@ -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