]> git.pld-linux.org Git - packages/geoclue2.git/blob - geoclue-libsoup.patch
- removed libtool file
[packages/geoclue2.git] / geoclue-libsoup.patch
1 --- geoclue-0.12.0/configure.ac.orig    2011-01-16 19:05:47.182364970 +0100
2 +++ geoclue-0.12.0/configure.ac 2011-01-16 19:19:19.978360779 +0100
3 @@ -204,11 +204,10 @@
4  
5  if test "x$enable_skyhook" != "xno"; then
6      PKG_CHECK_MODULES(SKYHOOK, [
7 -                 libsoup-gnome-2.4
8 +                 libsoup-2.4
9      ], have_skyhook=yes, have_skyhook=no)
10  
11     if test "x$have_skyhook" = "xyes"; then
12        PROVIDER_SUBDIRS="$PROVIDER_SUBDIRS skyhook"
13 -      GPSD_LIBS="-lgps"
14     else
15        NO_BUILD_PROVIDERS="$NO_BUILD_PROVIDERS skyhook"
16     fi
17 @@ -218,7 +217,7 @@
18  fi
19  
20  if test "x$enable_skyhook" = "xyes" -a "x$have_skyhook" != "xyes"; then
21 -   AC_MSG_ERROR([Couldn't find gpsd dependencies.])
22 +   AC_MSG_ERROR([Couldn't find skyhook dependencies.])
23  fi
24  AC_SUBST(SKYHOOK_LIBS)
25  AC_SUBST(SKYHOOK_CFLAGS)
This page took 0.075109 seconds and 3 git commands to generate.