mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
packages: switch to host-pkgconf
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
3ee3e3d22e
commit
019a581f89
@@ -31,7 +31,7 @@ LIBVNCSERVER_CONF_OPT += --without-gcrypt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
||||
LIBVNCSERVER_DEPENDENCIES += gnutls host-pkg-config
|
||||
LIBVNCSERVER_DEPENDENCIES += gnutls host-pkgconf
|
||||
else
|
||||
LIBVNCSERVER_CONF_OPT += --without-gnutls
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user