gpsd: needs host-pkg-config for proper qt bindings support

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-11-15 15:51:39 -03:00 committed by Peter Korsgaard
parent 5a8f4d7828
commit 6ba25ba606
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ endif
ifeq ($(BR2_PACKAGE_QT_NETWORK),y)
GPSD_CONF_ENV += QMAKE="$(QT_QMAKE)"
GPSD_CONF_OPT += --enable-libQgpsmm
GPSD_DEPENDENCIES += qt
GPSD_DEPENDENCIES += qt host-pkg-config
else
GPSD_CONF_OPT += --disable-libQgpsmm
endif