mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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:
committed by
Thomas Petazzoni
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
|
||||
|
||||
Reference in New Issue
Block a user