Skip to content

Commit 38a8757

Browse files
committed
Add fontconfig depends to fix build
1 parent be5e046 commit 38a8757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes-example/slint-hello-rust/slint-hello-world-rust_git.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ HOMEPAGE = "https://github.com/slint-ui/slint"
77
LICENSE = "GPL-3.0-only | Slint-Commercial"
88
LIC_FILES_CHKSUM = "file://LICENSE;md5=9e911597e678943cde54111f7518e299"
99

10+
DEPENDS:append = " fontconfig"
11+
1012
S = "${WORKDIR}/git"
1113
PV = "slint-hello-world-rust-${SRCPV}"
1214

0 commit comments

Comments
 (0)