The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / pango / 0001-no-tests.patch
1 Prevent Pango to build tests.
2
3 Updated to Pango 1.36.3 by Hadrien Boutteville.
4
5 Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
6
7 --- a/Makefile.am
8 +++ b/Makefile.am
9 @@ -1,6 +1,6 @@
10  ## Process this file with automake to create Makefile.in.
11  
12 -SUBDIRS= pango modules pango-view examples docs tools tests build
13 +SUBDIRS= pango modules pango-view examples docs tools build
14  
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             \