diff options
author | Hadrien Boutteville <hadrien.boutteville@gmail.com> | 2014-07-08 15:57:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-15 23:19:33 +0200 |
commit | 08d3ec14d4250caa487d2f144c3deea85479e6d3 (patch) | |
tree | 4aa05374a0692f3b5a11c51601bf5bf631eacc9b /package/pango/pango-no-tests.patch | |
parent | b39abd4589597992b418f8b53e9b837054269c2c (diff) | |
download | buildroot-08d3ec14d4250caa487d2f144c3deea85479e6d3.tar.gz buildroot-08d3ec14d4250caa487d2f144c3deea85479e6d3.zip |
pango: bump to version 1.36.3
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>
Diffstat (limited to 'package/pango/pango-no-tests.patch')
-rw-r--r-- | package/pango/pango-no-tests.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/pango/pango-no-tests.patch b/package/pango/pango-no-tests.patch deleted file mode 100644 index 7ebcbc634f..0000000000 --- a/package/pango/pango-no-tests.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/Makefile.in 2008-01-21 22:28:49.000000000 -0500 -+++ b/Makefile.in 2008-02-09 13:02:41.000000000 -0500 -@@ -260,7 +260,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = pango modules pango-view examples docs tools tests -+SUBDIRS = pango modules pango-view examples docs tools - EXTRA_DIST = \ - autogen.sh \ - pango.pc.in \ - ---- a/Makefile.am 2008-01-17 16:37:49.000000000 -0500 -+++ b/Makefile.am 2008-02-09 13:35:13.000000000 -0500 -@@ -1,6 +1,6 @@ - ## Process this file with automake to create Makefile.in. - --SUBDIRS= pango modules pango-view examples docs tools tests -+SUBDIRS= pango modules pango-view examples docs tools - - EXTRA_DIST = \ - autogen.sh \ |