~daniellimws/vte/vte-2.91-command-notify

« back to all changes in this revision

Viewing changes to debian/patches/04_workaround_resources_compiler_path.patch

  • Committer: Iain Lane
  • Date: 2013-06-20 15:18:28 UTC
  • Revision ID: iain.lane@canonical.com-20130620151828-b6ylre70gbvi1s5f
Import archive package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Drop --sourcedir from glib-compile-resources call. It is not necessary here, and breaks out-of-tree builds with absolute configure paths, such as cdbs does.
 
2
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=672541
 
3
 
 
4
Index: vte-0.34.6/src/Makefile.am
 
5
===================================================================
 
6
--- vte-0.34.6.orig/src/Makefile.am     2013-06-11 01:10:09.695278751 +0200
 
7
+++ vte-0.34.6/src/Makefile.am  2013-06-11 01:10:09.687278486 +0200
 
8
@@ -150,7 +150,7 @@
 
9
        mv -f $@.tmp $@
 
10
 
 
11
 vteresources.c: vte.gresource.xml Makefile $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies vte.gresource.xml)
 
12
-       $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target $@ --sourcedir . --generate --c-name vte $<
 
13
+       $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target $@ --generate --c-name vte $<
 
14
 
 
15
 # vte the application
 
16