summaryrefslogtreecommitdiff
path: root/x11/gtk3/patches/patch-Makefile.in
blob: 2980f1137679e1e72bbdc5f59976c4d8bdae58d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-Makefile.in,v 1.1 2020/08/14 11:14:09 adam Exp $

Do not build files we won't install.
Oddly, the tool doc-shooter uses a source file from tests.

--- Makefile.in.orig	2020-08-10 15:35:54.000000000 +0000
+++ Makefile.in
@@ -573,7 +573,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 libgail-util modules demos tests testsuite examples
+SRC_SUBDIRS = gdk gtk libgail-util modules demos tests
 SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros win32
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 MAINTAINERCLEANFILES = \