summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12')
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/avoid_double_version_h.patch14
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/disable_graphite.patch15
2 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/avoid_double_version_h.patch b/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/avoid_double_version_h.patch
new file mode 100644
index 0000000000..66823ede70
--- /dev/null
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/avoid_double_version_h.patch
@@ -0,0 +1,14 @@
1Upstream-Status: Pending
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd harfbuzz-0.9.10/src/Makefile.am harfbuzz-0.9.10/src/Makefile.am
5--- harfbuzz-0.9.10/src/Makefile.am 2012-12-19 03:39:27.000000000 +0200
6+++ harfbuzz-0.9.10/src/Makefile.am 2013-01-25 11:55:23.946354729 +0200
7@@ -210,7 +210,6 @@
8 libharfbuzz_la_LIBADD = $(HBLIBS)
9 EXTRA_libharfbuzz_la_DEPENDENCIES = $(harfbuzz_def_dependency)
10 pkginclude_HEADERS = $(HBHEADERS)
11-nodist_pkginclude_HEADERS = hb-version.h
12
13 CLEANFILES += harfbuzz.def
14 harfbuzz.def: $(HBHEADERS)
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/disable_graphite.patch b/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/disable_graphite.patch
new file mode 100644
index 0000000000..49938ba1a4
--- /dev/null
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz-0.9.12/disable_graphite.patch
@@ -0,0 +1,15 @@
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