summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis/build.sh1
-rw-r--r--SConstruct1
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis/build.sh b/.travis/build.sh
index 40b672f2..b34f6fae 100644
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -18,6 +18,7 @@ SCONSOPTS="${SCONSOPTS} gpsd_user=gpsd"
SCONSOPTS="${SCONSOPTS} gpsd_group=dialout"
SCONSOPTS="${SCONSOPTS} debug=yes"
### SCONSOPTS="${SCONSOPTS} qt=yes" # The default qt=yes must be overridable
+SCONSOPTS="${SCONSOPTS} xgps=no" # Until we figure out the right Gtk3 packages
if dpkg -s qtbase5-dev 1>/dev/null 2>&1; then
SCONSOPTS="${SCONSOPTS} qt_versioned=5"
diff --git a/SConstruct b/SConstruct
index 034f8957..7293b155 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2223,6 +2223,7 @@ test_nondaemon = [
python_compilation_regress,
python_versions,
rtcm_regress,
+ test_xgps_deps,
time_regress,
timespec_regress,
unpack_regress,