blob: 7732e28b9e6792887611c59eaee24369ed66831a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- gtk+-2.24.22.orig/Makefile.in 2013-10-11 11:58:05.000000000 +0200
+++ gtk+-2.24.22/Makefile.in 2013-12-17 12:22:11.517248005 +0100
@@ -552,7 +552,7 @@ XVFB_START = \
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
&& DISPLAY=:$$XID && export DISPLAY
-SRC_SUBDIRS = gdk gtk modules demos tests perf
+SRC_SUBDIRS = gdk gtk modules perf
SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
# require automake 1.4
|