diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-24 11:13:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-25 22:36:09 +0100 |
commit | aedca3cf87819bcbb845582cf71fb24fe9d8c132 (patch) | |
tree | dc3abfbaeba1a769e8153d31e651b28141a9a11e /meta/recipes-graphics | |
parent | c8559d16c26da117aa79222c882ad37b50002730 (diff) | |
download | poky-aedca3cf87819bcbb845582cf71fb24fe9d8c132.tar.gz |
harfbuzz: update 2.8.0 -> 2.8.1
fontconfig option has been removed upstream as fontconfig
hasn't been used for anything.
(From OE-Core rev: 6606c019279fb17d16e7b9f31c4c8f54c2721933)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_2.8.1.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_2.8.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.1.bb index 6e3fed7357..2353633071 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.1.bb | |||
@@ -12,7 +12,7 @@ UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar" | |||
12 | 12 | ||
13 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \ | 13 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "a1079fd021adaf5683351f34587a255975cc3bcadba31246ae40ebebb95ecd42" | 15 | SRC_URI[sha256sum] = "4124f663ec4bf4e294d9cf230668370b4249a48ff34deaf0f06e8fc82d891300" |
16 | 16 | ||
17 | inherit meson pkgconfig lib_package gtk-doc gobject-introspection | 17 | inherit meson pkgconfig lib_package gtk-doc gobject-introspection |
18 | 18 | ||
@@ -21,9 +21,8 @@ GIR_MESON_DISABLE_FLAG = 'disabled' | |||
21 | GTKDOC_MESON_ENABLE_FLAG = 'enabled' | 21 | GTKDOC_MESON_ENABLE_FLAG = 'enabled' |
22 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' | 22 | GTKDOC_MESON_DISABLE_FLAG = 'disabled' |
23 | 23 | ||
24 | PACKAGECONFIG ??= "cairo fontconfig freetype glib icu" | 24 | PACKAGECONFIG ??= "cairo freetype glib icu" |
25 | PACKAGECONFIG[cairo] = "-Dcairo=enabled,-Dcairo=disabled,cairo" | 25 | PACKAGECONFIG[cairo] = "-Dcairo=enabled,-Dcairo=disabled,cairo" |
26 | PACKAGECONFIG[fontconfig] = "-Dfontconfig=enabled,-Dfontconfig=disabled,fontconfig" | ||
27 | PACKAGECONFIG[freetype] = "-Dfreetype=enabled,-Dfreetype=disabled,freetype" | 26 | PACKAGECONFIG[freetype] = "-Dfreetype=enabled,-Dfreetype=disabled,freetype" |
28 | PACKAGECONFIG[glib] = "-Dglib=enabled,-Dglib=disabled,glib-2.0" | 27 | PACKAGECONFIG[glib] = "-Dglib=enabled,-Dglib=disabled,glib-2.0" |
29 | PACKAGECONFIG[graphite] = "-Dgraphite=enabled,-Dgraphite=disabled,graphite2" | 28 | PACKAGECONFIG[graphite] = "-Dgraphite=enabled,-Dgraphite=disabled,graphite2" |