From: "Petr Kubizňák" <kubiznak@2n.com>
To: <openembedded-core@lists.openembedded.org>
Cc: "Petr Kubizňák" <kubiznak@2n.com>
Subject: [OE-core][PATCH v4 07/10] harfbuzz: depend on glib-2.0-native
Date: Fri, 31 Mar 2023 13:46:31 +0200 [thread overview]
Message-ID: <20230331114634.3578244-7-kubiznak@2n.com> (raw)
In-Reply-To: <20230331114634.3578244-1-kubiznak@2n.com>
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).
Signed-off-by: Petr Kubizňák <kubiznak@2n.com>
---
meta/recipes-graphics/harfbuzz/harfbuzz_7.1.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_7.1.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_7.1.0.bb
index 4406e15df4..71c92c64ef 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_7.1.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_7.1.0.bb
@@ -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'
--
2.30.2
next prev parent reply other threads:[~2023-03-31 11:49 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-31 11:46 [OE-core][PATCH v4 01/10] gobject-introspection: reduce dependencies Petr Kubizňák
2023-03-31 11:46 ` [OE-core][PATCH v4 02/10] graphene: add gobject-types PACKAGECONFIG Petr Kubizňák
2023-03-31 11:46 ` [OE-core][PATCH v4 03/10] python3-pygobject: depend on gobject-introspection Petr Kubizňák
2023-03-31 11:46 ` [OE-core][PATCH v4 04/10] gconf: add missing dependencies Petr Kubizňák
2023-03-31 11:46 ` [OE-core][PATCH v4 05/10] avahi: " Petr Kubizňák
2023-03-31 11:46 ` [OE-core][PATCH v4 06/10] webkitgtk: " Petr Kubizňák
2023-03-31 12:06 ` Richard Purdie
2023-04-03 10:31 ` Petr Kubizňák - 2N
2023-04-03 10:43 ` Richard Purdie
2023-03-31 11:46 ` Petr Kubizňák [this message]
2023-03-31 11:46 ` [OE-core][PATCH v4 08/10] json-glib: depend on glib-2.0-native Petr Kubizňák
2023-03-31 11:46 ` [OE-core][PATCH v4 09/10] libgudev: " Petr Kubizňák
2023-03-31 11:46 ` [OE-core][PATCH v4 10/10] at-spi2-core: " Petr Kubizňák
2023-04-03 20:14 ` [OE-core][PATCH v4 01/10] gobject-introspection: reduce dependencies Richard Purdie
2023-04-04 7:07 ` Petr Kubizňák - 2N
2023-04-05 7:05 ` Petr Kubizňák - 2N
2023-04-05 8:19 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230331114634.3578244-7-kubiznak@2n.com \
--to=kubiznak@2n.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox