Loading CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Fixes all over the tree. Updated/fixed packages: bash, bind, busybox, libglib2, Updated/fixed packages: bash, bind, busybox, gpsd, libglib2, libcurl, libmad, lrzsz, midori, module-init-tools, mtd-utils, openssh, openssl, pciutils, qt, sqlite, sysstat, webkit, zlib Loading package/gpsd/gpsd.mk +9 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,15 @@ else GPSD_CONF_OPT += --disable-libgpsmm endif # Enable or disable Qt binding ifeq ($(BR2_PACKAGE_QT_NETWORK),y) GPSD_CONF_ENV += QMAKE="$(QT_QMAKE)" GPSD_CONF_OPT += --enable-libQgpsmm GPSD_DEPENDENCIES += qt else GPSD_CONF_OPT += --disable-libQgpsmm endif # If libusb is available build it before so the package can use it ifeq ($(BR2_PACKAGE_LIBUSB),y) GPSD_DEPENDENCIES += libusb Loading Loading
CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Fixes all over the tree. Updated/fixed packages: bash, bind, busybox, libglib2, Updated/fixed packages: bash, bind, busybox, gpsd, libglib2, libcurl, libmad, lrzsz, midori, module-init-tools, mtd-utils, openssh, openssl, pciutils, qt, sqlite, sysstat, webkit, zlib Loading
package/gpsd/gpsd.mk +9 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,15 @@ else GPSD_CONF_OPT += --disable-libgpsmm endif # Enable or disable Qt binding ifeq ($(BR2_PACKAGE_QT_NETWORK),y) GPSD_CONF_ENV += QMAKE="$(QT_QMAKE)" GPSD_CONF_OPT += --enable-libQgpsmm GPSD_DEPENDENCIES += qt else GPSD_CONF_OPT += --disable-libQgpsmm endif # If libusb is available build it before so the package can use it ifeq ($(BR2_PACKAGE_LIBUSB),y) GPSD_DEPENDENCIES += libusb Loading