blob: 99d1b09a0cd3ebb8dddb814127abfb4de8cc17db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.14 2010/11/15 18:28:45 drochner Exp $
--- Makefile.in.orig 2010-09-23 14:27:26.000000000 +0000
+++ Makefile.in
@@ -458,7 +458,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 demos
SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
# require automake 1.4
|