]> git.pld-linux.org Git - packages/geoclue2.git/blame - geoclue-configure.patch
- force NetworkManager support and fix detection
[packages/geoclue2.git] / geoclue-configure.patch
CommitLineData
b10f8104
PZ
1--- geoclue/configure.ac~ 2009-08-20 23:16:27.000000000 +0200
2+++ geoclue/configure.ac 2009-09-26 17:26:43.042856046 +0200
5503adeb 3@@ -123,7 +123,7 @@
4 if test "x$enable_networkmanager" != "xno"; then
5 PKG_CHECK_MODULES(NETWORK_MANAGER,
6 [
7- NetworkManager libnm_glib
8+ NetworkManager libnm-glib
9 ], have_networkmanager="yes", have_networkmanager="no")
10
11 if test "x$have_networkmanager" = "xyes"; then
b10f8104
PZ
12@@ -209,7 +209,7 @@
13 enable_gpsd=auto)
14
15 if test "x$enable_gpsd" != "xno"; then
16- AC_CHECK_LIB(gps, gps_open,[libgps=yes] )
17+ AC_CHECK_LIB(gps, gps_open,[have_gpsd=yes] )
18 if test "x$have_gpsd" = "xyes"; then
19 PROVIDER_SUBDIRS="$PROVIDER_SUBDIRS gpsd"
20 GPSD_LIBS="-lgps"
This page took 0.068619 seconds and 4 git commands to generate.