summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-17 16:55:02 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-17 16:55:02 -0500
commit5c6245382b6e348b441822d08d71020d970cb0fe (patch)
tree6fdb29abbb1f6d3cef432077daf05d97d05d1dd4 /build.txt
parentd044777cf26f1dbacc14be65ee929c73a22ac3eb (diff)
downloadgpsd-5c6245382b6e348b441822d08d71020d970cb0fe.tar.gz
In build.txt, update stuff on the dbus_export option.
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.txt b/build.txt
index 5410829e..a6a73015 100644
--- a/build.txt
+++ b/build.txt
@@ -335,9 +335,10 @@ it is possible to build gpsd without thread support if you build
with pps=no. You'll lose support for updating the clock from PPS
pulses.
-dbus=no: for systems using DBUS: gpsd includes support for shipping
-fixes as DBUS notifications, but it is not compiled in by default.
-Build with the option "dbus=yes" to get it working.
+dbus_export=no: for systems using DBUS: gpsd includes support for
+shipping fixes as DBUS notifications, compiled in by default. This
+may lead to complaint messages during testing on systems that don't
+support DBUS. Build with the option "dbus_export=no" to disable it
qt=yes: libQgpsmm is a Qt version of the libgps/libgpsmm
pair. Thanks to the multi-platform approach of Qt, it allows the gpsd