|
@@ -23,7 +23,8 @@ GPSD_SCONS_OPTS = \
|
|
prefix=/usr\
|
|
prefix=/usr\
|
|
sysroot=$(STAGING_DIR)\
|
|
sysroot=$(STAGING_DIR)\
|
|
strip=no\
|
|
strip=no\
|
|
- python=no
|
|
|
|
|
|
+ python=no \
|
|
|
|
+ qt=no
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
|
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
|
GPSD_DEPENDENCIES += ncurses
|
|
GPSD_DEPENDENCIES += ncurses
|
|
@@ -48,14 +49,6 @@ ifeq ($(BR2_microblaze),y)
|
|
GPSD_CFLAGS += -O0
|
|
GPSD_CFLAGS += -O0
|
|
endif
|
|
endif
|
|
|
|
|
|
-# Enable or disable Qt binding
|
|
|
|
-ifeq ($(BR2_PACKAGE_QT_NETWORK),y)
|
|
|
|
-GPSD_SCONS_ENV += QMAKE="$(QT_QMAKE)"
|
|
|
|
-GPSD_DEPENDENCIES += qt
|
|
|
|
-else
|
|
|
|
-GPSD_SCONS_OPTS += qt=no
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
# If libusb is available build it before so the package can use it
|
|
# If libusb is available build it before so the package can use it
|
|
ifeq ($(BR2_PACKAGE_LIBUSB),y)
|
|
ifeq ($(BR2_PACKAGE_LIBUSB),y)
|
|
GPSD_DEPENDENCIES += libusb
|
|
GPSD_DEPENDENCIES += libusb
|