]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/pango/0001-build-disable-tests-from-building.patch
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / pango / 0001-build-disable-tests-from-building.patch
1 From 1c503a8b2f127c12e58a6e8ba01743c04061df50 Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Tue, 5 Sep 2017 07:25:17 -0400
4 Subject: [PATCH] build: disable tests from building
5
6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
7 [Adam: refresh for pango 1.40.12]
8 Signed-off-by: Adam Duskett <aduskett@gmail.com>
9 ---
10  Makefile.am | 2 +-
11  Makefile.in | 2 +-
12  2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/Makefile.am b/Makefile.am
15 index 70bf8b0..c69daf0 100644
16 --- a/Makefile.am
17 +++ b/Makefile.am
18 @@ -1,6 +1,6 @@
19  ## Process this file with automake to create Makefile.in.
20  
21 -SUBDIRS= pango pango-view examples docs tools tests win32
22 +SUBDIRS= pango pango-view examples docs tools win32
23  
24  meson_dist_files = \
25         pango/pango-features.h.meson \
26 diff --git a/Makefile.in b/Makefile.in
27 index 8489ca1..51f6ada 100644
28 --- a/Makefile.in
29 +++ b/Makefile.in
30 @@ -412,7 +412,7 @@ target_alias = @target_alias@
31  top_build_prefix = @top_build_prefix@
32  top_builddir = @top_builddir@
33  top_srcdir = @top_srcdir@
34 -SUBDIRS = pango pango-view examples docs tools tests win32
35 +SUBDIRS = pango pango-view examples docs tools win32
36  meson_dist_files = \
37         pango/pango-features.h.meson \
38         pango-view/meson.build \
39 -- 
40 2.13.5
41