summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/spice/spice-gtk_0.42.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
index 542ddb69b7..27504392a6 100644
--- a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
+++ b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb
@@ -55,4 +55,6 @@ PACKAGECONFIG[vapi] = "-Dvapi=enabled,-Dvapi=disabled"
55EXTRA_OEMESON = "-Dpie=true" 55EXTRA_OEMESON = "-Dpie=true"
56EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext" 56EXTRA_OEMESON:append:libc-musl = " -Dcoroutine=libucontext"
57 57
58LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -Wl,--undefined-version', '', d)}"
59
58FILES:${PN} += "${datadir}" 60FILES:${PN} += "${datadir}"