]> git.pld-linux.org Git - packages/geoclue2.git/commitdiff
- force NetworkManager support and fix detection
authorsparky <sparky@pld-linux.org>
Sat, 20 Feb 2010 17:46:11 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geoclue-configure.patch -> 1.2
    geoclue.spec -> 1.8

geoclue-configure.patch
geoclue.spec

index c158e2a617ba22204226f697cc8971338643f754..5e710fa44b9c05124efa7ce875f6b0d39689239c 100644 (file)
@@ -1,5 +1,14 @@
 --- geoclue/configure.ac~      2009-08-20 23:16:27.000000000 +0200
 +++ geoclue/configure.ac       2009-09-26 17:26:43.042856046 +0200
+@@ -123,7 +123,7 @@
+ if test "x$enable_networkmanager" != "xno"; then
+    PKG_CHECK_MODULES(NETWORK_MANAGER,
+    [
+-      NetworkManager libnm_glib
++      NetworkManager libnm-glib
+    ], have_networkmanager="yes", have_networkmanager="no")
+    if test "x$have_networkmanager" = "xyes"; then
 @@ -209,7 +209,7 @@
                               enable_gpsd=auto)
  
index 714cad1a8fadfe8ba75feef50bcb0d9d4d79c282..cd524139fe3198eab0a5b245488a219f4bcebf77 100644 (file)
@@ -92,6 +92,7 @@ A gypsy provider for geoclue
        --enable-gpsd=yes \
        --enable-gsmloc=yes \
        --enable-gypsy=yes \
+       --enable-networkmanager=yes \
        --enable-skyhook=yes \
        --with-html-dir=%{_gtkdocdir}
 
This page took 0.207717 seconds and 4 git commands to generate.