]> git.pld-linux.org Git - packages/geoclue2.git/blob - geoclue-libsoup.patch
- release 2 (by relup.sh)
[packages/geoclue2.git] / geoclue-libsoup.patch
1 --- geoclue-0.12.0/configure.ac.orig    2011-05-23 13:20:21.360568012 +0200
2 +++ geoclue-0.12.0/configure.ac 2011-05-23 13:23:01.451330722 +0200
3 @@ -204,12 +204,11 @@
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.025138 seconds and 3 git commands to generate.