blob: 2303be5c0434cf0f06176c2bb3d58cbc755d45e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- gtk+-2.24.6.orig/Makefile.in 2011-08-30 22:23:21.000000000 +0200
+++ gtk+-2.24.6/Makefile.in 2011-11-08 18:27:10.745082865 +0100
@@ -459,7 +459,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 tests perf
SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
# require automake 1.4
|