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:
parent
5a8f4d7828
commit
6ba25ba606
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user