diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/gtk3-3.22.28.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/gtk3-3.22.28.local.patch b/patches/gtk3-3.22.28.local.patch new file mode 100644 index 00000000..f60454f8 --- /dev/null +++ b/patches/gtk3-3.22.28.local.patch @@ -0,0 +1,12 @@ +diff -ru gtk+-3.22.28.orig/Makefile.in gtk+-3.22.28/Makefile.in +--- gtk+-3.22.28.orig/Makefile.in 2018-02-14 19:22:34.000000000 +0100 ++++ gtk+-3.22.28/Makefile.in 2018-03-07 00:17:36.646939857 +0100 +@@ -566,7 +566,7 @@ + || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ + && DISPLAY=:$$XID && export DISPLAY + +-SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples ++SRC_SUBDIRS = gdk gtk libgail-util modules demos tests examples + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + MAINTAINERCLEANFILES = \ |