mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
harfbuzz: depend on glib-2.0-native
When gobject-introspection feature is disabled, glib-2.0-native package dependency is not pulled in but harfbuzz has a hard dependency on it (do_configure fails due to missing glib-mkenums). (From OE-Core rev: 77e6edba704873d21c2cf946d1be18e13abb9f5e) Signed-off-by: Petr Kubizňák <kubiznak@2n.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
36f736bd39
commit
3ee55fb694
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \
|
||||
SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "f135a61cd464c9ed6bc9823764c188f276c3850a8dc904628de2a87966b7077b"
|
||||
|
||||
DEPENDS += "glib-2.0-native"
|
||||
|
||||
inherit meson pkgconfig lib_package gtk-doc gobject-introspection github-releases
|
||||
|
||||
GIR_MESON_ENABLE_FLAG = 'enabled'
|
||||
|
||||
Reference in New Issue
Block a user