diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-03-05 00:16:08 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-06 23:05:46 +0100 |
commit | b5410b6a19db7ef75af8df2fa5659c539ad37c47 (patch) | |
tree | 79f256b041ecb769588c945c7adbfa0b2fc97165 /package/gpsd/Config.in | |
parent | dc0589b7d6aa057cad083370cb3d9b5547be60e0 (diff) |
gpsd: dbus interface requires dbus-glib
gpsd uses dbus-glib as the dbus interface, so it should only be built if
libglib2 has been selected. To simplify things, build dbus support only
if dbus-glib is selected.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gpsd/Config.in')
-rw-r--r-- | package/gpsd/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in index d387abdd9..16635dc0d 100644 --- a/package/gpsd/Config.in +++ b/package/gpsd/Config.in @@ -8,6 +8,8 @@ config BR2_PACKAGE_GPSD making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. + The D-Bus interface is included if dbus-glib is enabled. + http://gpsd.berlios.de/ config BR2_PACKAGE_GPSD_DEVICES |