[gnome-initial-setup] location: Remove our dependency on geoclue



commit 84d15223e437f2ff8cd3d4fd60b7c09c2d7755f5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Feb 13 15:17:08 2013 -0500

    location: Remove our dependency on geoclue
    
    We'll soon replace this with geocode-glib anyway.

 configure.ac                                       |    1 -
 .../pages/location/gis-location-page.c             |    3 ---
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0758971..d8ba3ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,6 @@ PKG_CHECK_MODULES(INITIAL_SETUP,
                   gnome-desktop-3.0
                   gstreamer-1.0
                   fontconfig
-                  geoclue
                   gweather-3.0
                   goa-1.0
                   goa-backend-1.0
diff --git a/gnome-initial-setup/pages/location/gis-location-page.c b/gnome-initial-setup/pages/location/gis-location-page.c
index 0e700d5..2ba75c2 100644
--- a/gnome-initial-setup/pages/location/gis-location-page.c
+++ b/gnome-initial-setup/pages/location/gis-location-page.c
@@ -36,9 +36,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <geoclue/geoclue-master.h>
-#include <geoclue/geoclue-position.h>
-
 #define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include <libgweather/location-entry.h>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]