08d3ec14d4
Note: HarfBuzz is needed to build Pango. Configure does not return an error if HarfBuzz is missing, but without HarfBuzz it can't enable any backends. Remove patch pango-no-const-return because it is applied upstream in this version. Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
28 lines
788 B
Diff
28 lines
788 B
Diff
Prevent Pango to build tests.
|
|
|
|
Updated to Pango 1.36.3 by Hadrien Boutteville.
|
|
|
|
Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
|
|
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,6 +1,6 @@
|
|
## Process this file with automake to create Makefile.in.
|
|
|
|
-SUBDIRS= pango modules pango-view examples docs tools tests build
|
|
+SUBDIRS= pango modules pango-view examples docs tools build
|
|
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -418,7 +418,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = pango modules pango-view examples docs tools tests build
|
|
+SUBDIRS = pango modules pango-view examples docs tools build
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
pango.pc.in \
|