diff options
Diffstat (limited to 'package/gtk3/patches/patch-Makefile_in')
-rw-r--r-- | package/gtk3/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gtk3/patches/patch-Makefile_in b/package/gtk3/patches/patch-Makefile_in new file mode 100644 index 000000000..2461d719d --- /dev/null +++ b/package/gtk3/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- gtk+-3.14.6.orig/Makefile.in 2014-12-11 10:53:53.000000000 -0600 ++++ gtk+-3.14.6/Makefile.in 2014-12-31 04:22:52.355544746 -0600 +@@ -540,7 +540,7 @@ XVFB_START = \ + || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ + && DISPLAY=:$$XID && export DISPLAY + +-SRC_SUBDIRS = util gdk gtk libgail-util modules demos tests testsuite examples ++SRC_SUBDIRS = util gdk gtk libgail-util modules + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + MAINTAINERCLEANFILES = \ |