~mardy/empathy/lp1432613-vivid

« back to all changes in this revision

Viewing changes to debian/patches/0001-Use-new-api-versioned-name-for-geocode-glib.patch

  • Committer: Sebastien Bacher
  • Date: 2014-10-28 17:30:15 UTC
  • mfrom: (368.1.10 3.12)
  • Revision ID: seb128@ubuntu.com-20141028173015-8t1q0946p1a1kioa
Tags: 3.12.6-0ubuntu1
releasing package empathy version 3.12.6-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
commit 4682c05ce90708e89c8690d4fb395fcee73b9d71
2
 
Author: Andreas Henriksson <andreas@fatal.se>
3
 
Date:   Wed Aug 14 20:40:48 2013 +0200
4
 
 
5
 
    Use new api-versioned name for geocode-glib
6
 
    
7
 
    geocode-glib has changed the name of the pkg-config file
8
 
    to include the api version. Update configure script accordingly.
9
 
    
10
 
    See:
11
 
    https://git.gnome.org/browse/geocode-glib/commit/?id=1cadaa879b7d72d973880680b5f947fd5c275974
12
 
    "pkg-config: Version the pkg-config file"
13
 
    
14
 
    https://bugzilla.gnome.org/show_bug.cgi?id=706020
15
 
 
16
 
diff --git a/configure.ac b/configure.ac
17
 
index d71de75..b0228ec 100644
18
 
--- a/configure.ac
19
 
+++ b/configure.ac
20
 
@@ -441,7 +441,7 @@ AC_ARG_ENABLE(geocode,
21
 
 if test "x$enable_geocode" != "xno"; then
22
 
    PKG_CHECK_MODULES(GEOCODE,
23
 
    [
24
 
-      geocode-glib >= $GEOCODE_GLIB_REQUIRED
25
 
+      geocode-glib-1.0 >= $GEOCODE_GLIB_REQUIRED
26
 
    ], have_geocode="yes", have_geocode="no")
27
 
 
28
 
    if test "x$have_geocode" = "xyes"; then