mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
16cdb6cc3b
commit
8d81de19c1
@@ -22,9 +22,10 @@ GTKDOC_MESON_DISABLE_FLAG = 'disabled'
|
||||
|
||||
PACKAGECONFIG ??= "cairo freetype glib icu"
|
||||
PACKAGECONFIG[cairo] = "-Dcairo=enabled,-Dcairo=disabled,cairo"
|
||||
PACKAGECONFIG[chafa] = "-Dchafa=enabled,-Dchafa=disabled,chafa"
|
||||
PACKAGECONFIG[freetype] = "-Dfreetype=enabled,-Dfreetype=disabled,freetype"
|
||||
PACKAGECONFIG[glib] = "-Dglib=enabled,-Dglib=disabled,glib-2.0"
|
||||
PACKAGECONFIG[graphite] = "-Dgraphite=enabled,-Dgraphite=disabled,graphite2"
|
||||
PACKAGECONFIG[graphite] = "-Dgraphite2=enabled,-Dgraphite2=disabled,graphite2"
|
||||
PACKAGECONFIG[icu] = "-Dicu=enabled,-Dicu=disabled,icu"
|
||||
|
||||
PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset"
|
||||
|
||||
Reference in New Issue
Block a user