From ee7e91dd8692f51acfde6a534766ff391000ed82 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 14 Dec 2014 16:19:25 -0500 Subject: Fix #80: Add Geoclue2 location provider This simply runs a GLib main loop when the location is requested and tries to get the location from GeoClue2. We need to run a main loop since the location is not immediately available, instead it becomes available through a signal. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9cca098..eef7b6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,6 @@ install: - sudo apt-get install -qq libxcb1-dev libxcb-randr0-dev - sudo apt-get install -qq libx11-dev libxxf86vm-dev - sudo apt-get install -qq libgeoclue-dev + - sudo apt-get install -qq libglib2.0-dev - sudo apt-get install -qq python3 -script: ./bootstrap && ./configure --enable-drm --enable-vidmode --enable-randr --enable-geoclue --enable-gui && make -j2 distcheck +script: ./bootstrap && ./configure --enable-drm --enable-vidmode --enable-randr --enable-geoclue --enable-geoclue2 --enable-gui && make -j2 distcheck -- cgit v1.2.3-70-g09d2