Skip to content

Commit 781c573

Browse files
authored
Merge pull request #167 from sixtyfourktec/glib-fix
libs: glib-tools build fix some libraries
2 parents 58709b3 + a418c90 commit 781c573

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

recipes/libs/gnome/json-glib.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ checkoutSCM:
1111
stripComponents: 1
1212

1313
depends:
14+
- name: libs::glib-tools
15+
use: [tools]
16+
tools:
17+
target-toolchain: host-compat-toolchain
18+
1419
- libs::glib-dev
1520
- use: []
1621
depends:

recipes/libs/harfbuzz.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ metaEnvironment:
55
PKG_LICENSE: "MIT"
66

77
depends:
8+
- name: libs::glib-tools
9+
use: [tools]
10+
tools:
11+
target-toolchain: host-compat-toolchain
12+
813
- libs::cairo-dev
914
- libs::freetype-dev
1015
- libs::glib-dev

0 commit comments

Comments
 (0)