diff options
author | Ross Burton <ross.burton@arm.com> | 2023-09-06 19:14:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-07 14:36:30 +0100 |
commit | 8d81de19c132b281267f97dff4ea4b22c9651329 (patch) | |
tree | c5233171f78aca075fb3a6e6f54cc8442fbef3c9 /meta/recipes-graphics | |
parent | 16cdb6cc3bb612cdb07543dc6ad66bd4baf3193f (diff) | |
download | poky-8d81de19c132b281267f97dff4ea4b22c9651329.tar.gz |
harfbuzz: update PACKAGECONFIG
Add a chafa PACKAGECONFIG so that we explicitly disable it, and update
the graphite PACKAGECONFIG to use the graphite2 option as the old name is
deprecated.
(From OE-Core rev: d157e6eae6f72b8e4e0dbbc0ac4c8b008a813a92)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_8.1.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_8.1.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_8.1.1.bb index 110248a5cb..9422db2005 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_8.1.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_8.1.1.bb | |||
@@ -22,9 +22,10 @@ GTKDOC_MESON_DISABLE_FLAG = 'disabled' | |||
22 | 22 | ||
23 | PACKAGECONFIG ??= "cairo freetype glib icu" | 23 | PACKAGECONFIG ??= "cairo freetype glib icu" |
24 | PACKAGECONFIG[cairo] = "-Dcairo=enabled,-Dcairo=disabled,cairo" | 24 | PACKAGECONFIG[cairo] = "-Dcairo=enabled,-Dcairo=disabled,cairo" |
25 | PACKAGECONFIG[chafa] = "-Dchafa=enabled,-Dchafa=disabled,chafa" | ||
25 | PACKAGECONFIG[freetype] = "-Dfreetype=enabled,-Dfreetype=disabled,freetype" | 26 | PACKAGECONFIG[freetype] = "-Dfreetype=enabled,-Dfreetype=disabled,freetype" |
26 | PACKAGECONFIG[glib] = "-Dglib=enabled,-Dglib=disabled,glib-2.0" | 27 | PACKAGECONFIG[glib] = "-Dglib=enabled,-Dglib=disabled,glib-2.0" |
27 | PACKAGECONFIG[graphite] = "-Dgraphite=enabled,-Dgraphite=disabled,graphite2" | 28 | PACKAGECONFIG[graphite] = "-Dgraphite2=enabled,-Dgraphite2=disabled,graphite2" |
28 | PACKAGECONFIG[icu] = "-Dicu=enabled,-Dicu=disabled,icu" | 29 | PACKAGECONFIG[icu] = "-Dicu=enabled,-Dicu=disabled,icu" |
29 | 30 | ||
30 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset" | 31 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset" |