]> git.pld-linux.org Git - packages/geoclue2.git/blame - geoclue-libsoup.patch
- release 2 (by relup.sh)
[packages/geoclue2.git] / geoclue-libsoup.patch
CommitLineData
006487aa 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 @@
56780d4b
JB
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.])
006487aa 22+ AC_MSG_ERROR([Couldn't find skyhook dependencies.])
56780d4b
JB
23 fi
24 AC_SUBST(SKYHOOK_LIBS)
25 AC_SUBST(SKYHOOK_CFLAGS)
This page took 0.077011 seconds and 4 git commands to generate.