~ubuntu-branches/ubuntu/trusty/nautilus-sendto/trusty

« back to all changes in this revision

Viewing changes to debian/patches/use-gio-for-default-mailer.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-07-28 10:46:59 UTC
  • Revision ID: james.westby@ubuntu.com-20110728104659-nun1uso7q1xg4axl
Tags: 3.0.0-1ubuntu5
Drop the autoreconf call, we don't actually need to modify configure.in,
making this pointless

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        g_string_free (mailto, TRUE);
125
125
 
126
126
        g_message ("Mailer type: %d", type);
127
 
--- a/configure.in
128
 
+++ b/configure.in
129
 
@@ -52,7 +52,8 @@ PKG_CHECK_MODULES(NAUTILUS_SENDTO,\
130
 
         glib-2.0 >= $GLIB_REQUIRED                \
131
 
         gthread-2.0 >= $GTHREAD_REQUIRED         \
132
 
         gmodule-2.0 >= $GLIB_REQUIRED            \
133
 
-        gtk+-3.0    >= $GTK_REQUIRED)
134
 
+        gtk+-3.0    >= $GTK_REQUIRED   \
135
 
+        gio-2.0)
136
 
 AC_SUBST(NAUTILUS_SENDTO_CFLAGS)
137
 
 AC_SUBST(NAUTILUS_SENDTO_LIBS)
138
127