package/opencv: fix build failure on x86
[buildroot-gz.git] / package / pango / pango-0001-no-tests.patch
blobe6777f6bcae42f373e55aae065d3adc0a56657c7
1 Prevent Pango to build tests.
3 Updated to Pango 1.36.3 by Hadrien Boutteville.
5 Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
7 --- a/Makefile.am
8 +++ b/Makefile.am
9 @@ -1,6 +1,6 @@
10 ## Process this file with automake to create Makefile.in.
12 -SUBDIRS= pango modules pango-view examples docs tools tests build
13 +SUBDIRS= pango modules pango-view examples docs tools build
15 EXTRA_DIST = \
16 autogen.sh \
17 --- a/Makefile.in
18 +++ b/Makefile.in
19 @@ -418,7 +418,7 @@ target_alias = @target_alias@
20 top_build_prefix = @top_build_prefix@
21 top_builddir = @top_builddir@
22 top_srcdir = @top_srcdir@
23 -SUBDIRS = pango modules pango-view examples docs tools tests build
24 +SUBDIRS = pango modules pango-view examples docs tools build
25 EXTRA_DIST = \
26 autogen.sh \
27 pango.pc.in \