summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb
index db38bb1547..5d368498dc 100644
--- a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb
+++ b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb
@@ -17,6 +17,8 @@ DEPENDS = "\
17 opusfile \ 17 opusfile \
18 zstd \ 18 zstd \
19" 19"
20DEPENDS:append:libc-musl = " libucontext"
21LDFLAGS:append:libc-musl = " -lucontext"
20 22
21RDEPENDS_${PN} = "\ 23RDEPENDS_${PN} = "\
22 cglm (>= 0.7.8) \ 24 cglm (>= 0.7.8) \
@@ -48,6 +50,4 @@ PACKAGECONFIG[a_null] = "-Da_null=true,-Da_null=false"
48PACKAGECONFIG[developer] = "-Ddeveloper=true,-Ddeveloper=false" 50PACKAGECONFIG[developer] = "-Ddeveloper=true,-Ddeveloper=false"
49PACKAGECONFIG[docs] = "-Ddocs=true,-Ddocs=false,python3-docutils-native" 51PACKAGECONFIG[docs] = "-Ddocs=true,-Ddocs=false,python3-docutils-native"
50 52
51
52
53FILES:${PN} += "${datadir}" 53FILES:${PN} += "${datadir}"