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:
parent
e91d3ca42c
commit
d213b3bc0d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user