mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Peter Korsgaard
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
|
||||
|
||||
Reference in New Issue
Block a user