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:
Gustavo Zacarias
2012-10-22 15:47:52 +00:00
committed by Peter Korsgaard
parent 3ee3e3d22e
commit 019a581f89
110 changed files with 121 additions and 121 deletions

View File

@@ -9,7 +9,7 @@ GPSD_LICENSE = BSD-3c
GPSD_LICENSE_FILES = COPYING
GPSD_INSTALL_STAGING = YES
GPSD_DEPENDENCIES = host-scons host-pkg-config
GPSD_DEPENDENCIES = host-scons host-pkgconf
GPSD_LDFLAGS = $(TARGET_LDFLAGS)
@@ -45,7 +45,7 @@ endif
# Enable or disable Qt binding
ifeq ($(BR2_PACKAGE_QT_NETWORK),y)
GPSD_SCONS_ENV += QMAKE="$(QT_QMAKE)"
GPSD_DEPENDENCIES += qt host-pkg-config
GPSD_DEPENDENCIES += qt host-pkgconf
else
GPSD_SCONS_OPTS += libQgpsmm=no
endif