package/gpsd: remove duplicate dependency

No need to duplicate the host-pkgconf dependency on the Qt case, we
already depend on it in the general case.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yann E. MORIN 2014-12-14 17:04:36 +01:00 committed by Peter Korsgaard
parent e91d3ca42c
commit d213b3bc0d

View File

@ -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-pkgconf
GPSD_DEPENDENCIES += qt
else
GPSD_SCONS_OPTS += qt=no
endif