mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c8559d16c2
commit
aedca3cf87
@@ -12,7 +12,7 @@ UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar"
|
||||
|
||||
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \
|
||||
"
|
||||
SRC_URI[sha256sum] = "a1079fd021adaf5683351f34587a255975cc3bcadba31246ae40ebebb95ecd42"
|
||||
SRC_URI[sha256sum] = "4124f663ec4bf4e294d9cf230668370b4249a48ff34deaf0f06e8fc82d891300"
|
||||
|
||||
inherit meson pkgconfig lib_package gtk-doc gobject-introspection
|
||||
|
||||
@@ -21,9 +21,8 @@ GIR_MESON_DISABLE_FLAG = 'disabled'
|
||||
GTKDOC_MESON_ENABLE_FLAG = 'enabled'
|
||||
GTKDOC_MESON_DISABLE_FLAG = 'disabled'
|
||||
|
||||
PACKAGECONFIG ??= "cairo fontconfig freetype glib icu"
|
||||
PACKAGECONFIG ??= "cairo freetype glib icu"
|
||||
PACKAGECONFIG[cairo] = "-Dcairo=enabled,-Dcairo=disabled,cairo"
|
||||
PACKAGECONFIG[fontconfig] = "-Dfontconfig=enabled,-Dfontconfig=disabled,fontconfig"
|
||||
PACKAGECONFIG[freetype] = "-Dfreetype=enabled,-Dfreetype=disabled,freetype"
|
||||
PACKAGECONFIG[glib] = "-Dglib=enabled,-Dglib=disabled,glib-2.0"
|
||||
PACKAGECONFIG[graphite] = "-Dgraphite=enabled,-Dgraphite=disabled,graphite2"
|
||||
Reference in New Issue
Block a user