diff options
| author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2015-03-31 09:21:57 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-31 13:57:41 +0200 |
| commit | bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee (patch) | |
| tree | b92092420b69f2199bacd7d1f8402815acc6886d /package/gpsd | |
| parent | 42bb259af5ce66a8b74f6d00b9e4cfd81922e0e1 (diff) | |
| download | buildroot-bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee.tar.gz buildroot-bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee.zip | |
packages: indentation cleanup
This commit doesn't touch infra packages.
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gpsd')
| -rw-r--r-- | package/gpsd/gpsd.mk | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk index 3e6411b24b..9623d756b8 100644 --- a/package/gpsd/gpsd.mk +++ b/package/gpsd/gpsd.mk @@ -24,170 +24,170 @@ GPSD_SCONS_OPTS = \ python=no ifeq ($(BR2_PACKAGE_NCURSES),y) - GPSD_DEPENDENCIES += ncurses +GPSD_DEPENDENCIES += ncurses else - GPSD_SCONS_OPTS += ncurses=no +GPSD_SCONS_OPTS += ncurses=no endif # Disable IPv6, if we don't support it ifneq ($(BR2_INET_IPV6),y) - GPSD_SCONS_OPTS += ipv6=no +GPSD_SCONS_OPTS += ipv6=no endif # Build libgpsmm if we've got C++ ifeq ($(BR2_INSTALL_LIBSTDCPP),y) - GPSD_LDFLAGS += -lstdc++ - GPSD_SCONS_OPTS += libgpsmm=yes +GPSD_LDFLAGS += -lstdc++ +GPSD_SCONS_OPTS += libgpsmm=yes else - GPSD_SCONS_OPTS += libgpsmm=no +GPSD_SCONS_OPTS += libgpsmm=no endif # Enable or disable Qt binding ifeq ($(BR2_PACKAGE_QT_NETWORK),y) - GPSD_SCONS_ENV += QMAKE="$(QT_QMAKE)" - GPSD_DEPENDENCIES += qt +GPSD_SCONS_ENV += QMAKE="$(QT_QMAKE)" +GPSD_DEPENDENCIES += qt else - GPSD_SCONS_OPTS += qt=no +GPSD_SCONS_OPTS += qt=no endif # If libusb is available build it before so the package can use it ifeq ($(BR2_PACKAGE_LIBUSB),y) - GPSD_DEPENDENCIES += libusb +GPSD_DEPENDENCIES += libusb else - GPSD_SCONS_OPTS += usb=no +GPSD_SCONS_OPTS += usb=no endif # If bluetooth is available build it before so the package can use it ifeq ($(BR2_PACKAGE_BLUEZ_UTILS),y) - GPSD_DEPENDENCIES += bluez_utils +GPSD_DEPENDENCIES += bluez_utils else - GPSD_SCONS_OPTS += bluez=no +GPSD_SCONS_OPTS += bluez=no endif ifeq ($(BR2_PACKAGE_DBUS_GLIB),y) - GPSD_SCONS_OPTS += dbus_export=yes - GPSD_DEPENDENCIES += dbus-glib +GPSD_SCONS_OPTS += dbus_export=yes +GPSD_DEPENDENCIES += dbus-glib endif # Protocol support ifneq ($(BR2_PACKAGE_GPSD_ASHTECH),y) - GPSD_SCONS_OPTS += ashtech=no +GPSD_SCONS_OPTS += ashtech=no endif ifneq ($(BR2_PACKAGE_GPSD_AIVDM),y) - GPSD_SCONS_OPTS += aivdm=no +GPSD_SCONS_OPTS += aivdm=no endif ifneq ($(BR2_PACKAGE_GPSD_EARTHMATE),y) - GPSD_SCONS_OPTS += earthmate=no +GPSD_SCONS_OPTS += earthmate=no endif ifneq ($(BR2_PACKAGE_GPSD_EVERMORE),y) - GPSD_SCONS_OPTS += evermore=no +GPSD_SCONS_OPTS += evermore=no endif ifneq ($(BR2_PACKAGE_GPSD_FURY),y) - GPSD_SCONS_OPTS += fury=no +GPSD_SCONS_OPTS += fury=no endif ifneq ($(BR2_PACKAGE_GPSD_FV18),y) - GPSD_SCONS_OPTS += fv18=no +GPSD_SCONS_OPTS += fv18=no endif ifneq ($(BR2_PACKAGE_GPSD_GARMIN),y) - GPSD_SCONS_OPTS += garmin=no +GPSD_SCONS_OPTS += garmin=no endif ifneq ($(BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT),y) - GPSD_SCONS_OPTS += garmintxt=no +GPSD_SCONS_OPTS += garmintxt=no endif ifneq ($(BR2_PACKAGE_GPSD_GEOSTAR),y) - GPSD_SCONS_OPTS += geostar=no +GPSD_SCONS_OPTS += geostar=no endif ifneq ($(BR2_PACKAGE_GPSD_GPSCLOCK),y) - GPSD_SCONS_OPTS += gpsclock=no +GPSD_SCONS_OPTS += gpsclock=no endif ifneq ($(BR2_PACKAGE_GPSD_ITRAX),y) - GPSD_SCONS_OPTS += itrax=no +GPSD_SCONS_OPTS += itrax=no endif ifneq ($(BR2_PACKAGE_GPSD_MTK3301),y) - GPSD_SCONS_OPTS += mtk3301=no +GPSD_SCONS_OPTS += mtk3301=no endif ifneq ($(BR2_PACKAGE_GPSD_NMEA),y) - GPSD_SCONS_OPTS += nmea=no +GPSD_SCONS_OPTS += nmea=no endif ifneq ($(BR2_PACKAGE_GPSD_NTRIP),y) - GPSD_SCONS_OPTS += ntrip=no +GPSD_SCONS_OPTS += ntrip=no endif ifneq ($(BR2_PACKAGE_GPSD_NAVCOM),y) - GPSD_SCONS_OPTS += navcom=no +GPSD_SCONS_OPTS += navcom=no endif ifneq ($(BR2_PACKAGE_GPSD_NMEA2000),y) - GPSD_SCONS_OPTS += nmea2000=no +GPSD_SCONS_OPTS += nmea2000=no endif ifneq ($(BR2_PACKAGE_GPSD_OCEANSERVER),y) - GPSD_SCONS_OPTS += oceanserver=no +GPSD_SCONS_OPTS += oceanserver=no endif ifneq ($(BR2_PACKAGE_GPSD_ONCORE),y) - GPSD_SCONS_OPTS += oncore=no +GPSD_SCONS_OPTS += oncore=no endif ifneq ($(BR2_PACKAGE_GPSD_RTCM104V2),y) - GPSD_SCONS_OPTS += rtcm104v2=no +GPSD_SCONS_OPTS += rtcm104v2=no endif ifneq ($(BR2_PACKAGE_GPSD_RTCM104V3),y) - GPSD_SCONS_OPTS += rtcm104v3=no +GPSD_SCONS_OPTS += rtcm104v3=no endif ifneq ($(BR2_PACKAGE_GPSD_SIRF),y) - GPSD_SCONS_OPTS += sirf=no +GPSD_SCONS_OPTS += sirf=no endif ifneq ($(BR2_PACKAGE_GPSD_SUPERSTAR2),y) - GPSD_SCONS_OPTS += superstar2=no +GPSD_SCONS_OPTS += superstar2=no endif ifneq ($(BR2_PACKAGE_GPSD_TRIMBLE_TSIP),y) - GPSD_SCONS_OPTS += tsip=no +GPSD_SCONS_OPTS += tsip=no endif ifneq ($(BR2_PACKAGE_GPSD_TRIPMATE),y) - GPSD_SCONS_OPTS += tripmate=no +GPSD_SCONS_OPTS += tripmate=no endif ifneq ($(BR2_PACKAGE_GPSD_TRUE_NORTH),y) - GPSD_SCONS_OPTS += tnt=no +GPSD_SCONS_OPTS += tnt=no endif ifneq ($(BR2_PACKAGE_GPSD_UBX),y) - GPSD_SCONS_OPTS += ublox=no +GPSD_SCONS_OPTS += ublox=no endif # Features ifneq ($(BR2_PACKAGE_GPSD_NTP_SHM),y) - GPSD_SCONS_OPTS += ntpshm=no +GPSD_SCONS_OPTS += ntpshm=no endif ifneq ($(BR2_PACKAGE_GPSD_PPS),y) - GPSD_SCONS_OPTS += pps=no +GPSD_SCONS_OPTS += pps=no endif ifeq ($(BR2_PACKAGE_GPSD_SQUELCH),y) - GPSD_SCONS_OPTS += squelch=yes +GPSD_SCONS_OPTS += squelch=yes endif ifneq ($(BR2_PACKAGE_GPSD_RECONFIGURE),y) - GPSD_SCONS_OPTS += reconfigure=no +GPSD_SCONS_OPTS += reconfigure=no endif ifneq ($(BR2_PACKAGE_GPSD_CONTROLSEND),y) - GPSD_SCONS_OPTS += controlsend=no +GPSD_SCONS_OPTS += controlsend=no endif ifneq ($(BR2_PACKAGE_GPSD_OLDSTYLE),y) - GPSD_SCONS_OPTS += oldstyle=no +GPSD_SCONS_OPTS += oldstyle=no endif ifeq ($(BR2_PACKAGE_GPSD_PROFILING),y) - GPSD_SCONS_OPTS += profiling=yes +GPSD_SCONS_OPTS += profiling=yes endif ifneq ($(BR2_PACKAGE_GPSD_CLIENT_DEBUG),y) - GPSD_SCONS_OPTS += clientdebug=no +GPSD_SCONS_OPTS += clientdebug=no endif ifeq ($(BR2_PACKAGE_GPSD_USER),y) - GPSD_SCONS_OPTS += gpsd_user=$(BR2_PACKAGE_GPSD_USER_VALUE) +GPSD_SCONS_OPTS += gpsd_user=$(BR2_PACKAGE_GPSD_USER_VALUE) endif ifeq ($(BR2_PACKAGE_GPSD_GROUP),y) - GPSD_SCONS_OPTS += gpsd_group=$(BR2_PACKAGE_GPSD_GROUP_VALUE) +GPSD_SCONS_OPTS += gpsd_group=$(BR2_PACKAGE_GPSD_GROUP_VALUE) endif ifeq ($(BR2_PACKAGE_GPSD_FIXED_PORT_SPEED),y) - GPSD_SCONS_OPTS += fixed_port_speed=$(BR2_PACKAGE_GPSD_FIXED_PORT_SPEED_VALUE) +GPSD_SCONS_OPTS += fixed_port_speed=$(BR2_PACKAGE_GPSD_FIXED_PORT_SPEED_VALUE) endif ifeq ($(BR2_PACKAGE_GPSD_MAX_CLIENT),y) - GPSD_SCONS_OPTS += limited_max_clients=$(BR2_PACKAGE_GPSD_MAX_CLIENT_VALUE) +GPSD_SCONS_OPTS += limited_max_clients=$(BR2_PACKAGE_GPSD_MAX_CLIENT_VALUE) endif ifeq ($(BR2_PACKAGE_GPSD_MAX_DEV),y) - GPSD_SCONS_OPTS += limited_max_devices=$(BR2_PACKAGE_GPSD_MAX_DEV_VALUE) +GPSD_SCONS_OPTS += limited_max_devices=$(BR2_PACKAGE_GPSD_MAX_DEV_VALUE) endif GPSD_SCONS_ENV += LDFLAGS="$(GPSD_LDFLAGS)" |

