~ubuntu-branches/ubuntu/natty/gvfs/natty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01_afc_libplist.patch

  • Committer: robert.ancell at canonical
  • Date: 2010-11-26 04:23:33 UTC
  • mfrom: (1.1.62 upstream)
  • Revision ID: robert.ancell@canonical.com-20101126042333-drj4bviv66roe51m
* New upstream release.
* debian/control:
  - Build-depend on dh-autoreconf
  - Use standards version 3.9.1
* debian/rules:
  - Use autoreconf.mk
  - Build with --disable-gconf (it doesn't build with recent glib)
* debian/patches/03_no_gconf.patch:
  - Don't build the gconf module, it fails to build on recent glib

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 6eede0f17ca90fbc13efb9d8fbc118997f96bc4b Mon Sep 17 00:00:00 2001
 
2
From: Robert Ancell <robert.ancell@canonical.com>
 
3
Date: Fri, 26 Nov 2010 15:02:29 +1100
 
4
Subject: [PATCH] Link AFC module against libplist
 
5
 
 
6
---
 
7
 configure.ac |    2 +-
 
8
 1 files changed, 1 insertions(+), 1 deletions(-)
 
9
 
 
10
Index: gvfs-1.6.6/configure.ac
 
11
===================================================================
 
12
--- gvfs-1.6.6.orig/configure.ac        2010-11-13 03:17:05.000000000 +1100
 
13
+++ gvfs-1.6.6/configure.ac     2010-11-26 15:11:24.302551001 +1100
 
14
@@ -336,7 +336,7 @@
 
15
   PKG_CHECK_EXISTS(libimobiledevice-1.0 >= 0.9.7, msg_afc=yes)
 
16
 
 
17
   if test "x$msg_afc" = "xyes"; then
 
18
-    PKG_CHECK_MODULES(AFC, libimobiledevice-1.0)
 
19
+    PKG_CHECK_MODULES(AFC, libimobiledevice-1.0 libplist)
 
20
     AC_DEFINE(HAVE_AFC, 1, [Define to 1 if AFC is going to be built])
 
21
   fi
 
22
 fi