diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-03 07:44:46 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-03 07:48:09 +0000 |
| commit | ef55c6c1ca1d182ad04bedd61ff06c829cebaa25 (patch) | |
| tree | 0caad477ed9c22cb93166c0ef25438447aa07364 /main/pango/fix-include-hb.patch | |
| parent | e30513b2ddc0ee2fd080cb9667951f4d091545cf (diff) | |
| download | aports-ef55c6c1ca1d182ad04bedd61ff06c829cebaa25.tar.bz2 aports-ef55c6c1ca1d182ad04bedd61ff06c829cebaa25.tar.xz | |
main/pango: fix path for hb.h
Diffstat (limited to 'main/pango/fix-include-hb.patch')
| -rw-r--r-- | main/pango/fix-include-hb.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/main/pango/fix-include-hb.patch b/main/pango/fix-include-hb.patch new file mode 100644 index 0000000000..350df11d15 --- /dev/null +++ b/main/pango/fix-include-hb.patch @@ -0,0 +1,39 @@ +diff --git a/pango/pango-coverage.h b/pango/pango-coverage.h +index 9189af2..e46f34d 100644 +--- a/pango/pango-coverage.h ++++ b/pango/pango-coverage.h +@@ -25,7 +25,7 @@ + #include <glib.h> + + #include <pango/pango-version-macros.h> +-#include <hb.h> ++#include <harfbuzz/hb.h> + + G_BEGIN_DECLS + +diff --git a/pango/pango-font.h b/pango/pango-font.h +index 13730fa..41d9dff 100644 +--- a/pango/pango-font.h ++++ b/pango/pango-font.h +@@ -26,7 +26,7 @@ + #include <pango/pango-types.h> + + #include <glib-object.h> +-#include <hb.h> ++#include <harfbuzz/hb.h> + + G_BEGIN_DECLS + +diff --git a/pango/pangofc-fontmap.h b/pango/pangofc-fontmap.h +index 495adc5..7835146 100644 +--- a/pango/pangofc-fontmap.h ++++ b/pango/pangofc-fontmap.h +@@ -26,7 +26,7 @@ + #include <fontconfig/fontconfig.h> + #include <pango/pangofc-decoder.h> + #include <pango/pangofc-font.h> +-#include <hb.h> ++#include <harfbuzz/hb.h> + + G_BEGIN_DECLS + |
