summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
diff options
context:
space:
mode:
authorMihai Prica <mihai.prica@intel.com>2013-08-22 13:53:05 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 11:47:18 +0100
commit12d4ee1af749f7a421f269a5b5b10e7365f4f636 (patch)
treecb269c3dba026424de6548e270b9303dafc1e069 /meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
parentb55f92397503ab5b637e3d511f1497e6a07702b6 (diff)
downloadpoky-12d4ee1af749f7a421f269a5b5b10e7365f4f636.tar.gz
harfbuzz: upgrade to v0.9.19
Remove the disable_graphite.patch because the --without-graphite2 configure option can be used instead. Split package into harfbuzz and harfbuzz-icu. The ICU support is now built into a separate library that will be shipped in a different package. (From OE-Core rev: c93d147e0889ac91a01e3570f818624f68b3c8e8) Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch')
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch b/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
deleted file mode 100644
index 49938ba1a4..0000000000
--- a/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Inappropriate [disable feature]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd harfbuzz-0.9.10/configure.ac harfbuzz-0.9.10/configure.ac
5--- harfbuzz-0.9.10/configure.ac 2013-01-03 08:08:51.000000000 +0200
6+++ harfbuzz-0.9.10/configure.ac 2013-01-09 08:18:04.812529418 +0200
7@@ -185,7 +185,7 @@
8
9 dnl ==========================================================================
10
11-PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, have_graphite=false)
12+have_graphite=false
13 if $have_graphite; then
14 AC_DEFINE(HAVE_GRAPHITE2, 1, [Have Graphite library])
15 fi