From a418c908d79ea11529020436a91107f38dcc21c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20P=C3=B6tzsch?= Date: Mon, 16 Mar 2026 10:17:52 +0100 Subject: [PATCH] libs: glib-tools build fix some libraries Those libraries require the glib tool in the build step, however, they didn't provide a dependency for it. Fix this. --- recipes/libs/gnome/json-glib.yaml | 5 +++++ recipes/libs/harfbuzz.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/recipes/libs/gnome/json-glib.yaml b/recipes/libs/gnome/json-glib.yaml index ddb2f895..b85be3b2 100644 --- a/recipes/libs/gnome/json-glib.yaml +++ b/recipes/libs/gnome/json-glib.yaml @@ -11,6 +11,11 @@ checkoutSCM: stripComponents: 1 depends: + - name: libs::glib-tools + use: [tools] + tools: + target-toolchain: host-compat-toolchain + - libs::glib-dev - use: [] depends: diff --git a/recipes/libs/harfbuzz.yaml b/recipes/libs/harfbuzz.yaml index 5efde6ae..8a96a24e 100644 --- a/recipes/libs/harfbuzz.yaml +++ b/recipes/libs/harfbuzz.yaml @@ -5,6 +5,11 @@ metaEnvironment: PKG_LICENSE: "MIT" depends: + - name: libs::glib-tools + use: [tools] + tools: + target-toolchain: host-compat-toolchain + - libs::cairo-dev - libs::freetype-dev - libs::glib-dev