summaryrefslogtreecommitdiffstats
path: root/package/pango/0001-build-disable-tests-from-building.patch
blob: 1156c24f07544a78e768596c6d66cb2129b9a078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
From 1c503a8b2f127c12e58a6e8ba01743c04061df50 Mon Sep 17 00:00:00 2001
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
Date: Tue, 5 Sep 2017 07:25:17 -0400
Subject: [PATCH] build: disable tests from building

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
[Adam: refresh for pango 1.40.12]
Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 Makefile.am | 2 +-
 Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 70bf8b0..c69daf0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to create Makefile.in.
 
-SUBDIRS= pango pango-view examples docs tools tests win32
+SUBDIRS= pango pango-view examples docs tools win32
 
 meson_dist_files = \
 	pango/pango-features.h.meson \
diff --git a/Makefile.in b/Makefile.in
index 8489ca1..51f6ada 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -412,7 +412,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = pango pango-view examples docs tools tests win32
+SUBDIRS = pango pango-view examples docs tools win32
 meson_dist_files = \
 	pango/pango-features.h.meson \
 	pango-view/meson.build \
-- 
2.13.5

OpenPOWER on IntegriCloud