summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-18 03:15:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-20 18:20:38 +0000
commit7588fe77a19173c7d2ffccafd11435d5c0cc688b (patch)
tree968b7084b6550fa99dda0471bd2b516a72d18957 /meta/recipes-support
parent78e48090b2c2aa94112b986e0948b0a981d08e7f (diff)
downloadpoky-7588fe77a19173c7d2ffccafd11435d5c0cc688b.tar.gz
libsoup: enable vapi support
without vapi gnome-calculator-46.0 will fail with: | ../gnome-calculator-46.0/lib/currency-provider.vala:161.19-161.47: error: The name `send_and_splice_async' does not exist in the context of `Soup.Session' (libsoup-3.0) (From OE-Core rev: cce5c9db1f19fd4638c19c70fd99f065dd93f15b) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libsoup/libsoup_3.4.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_3.4.4.bb b/meta/recipes-support/libsoup/libsoup_3.4.4.bb
index 6d382a7852..6f7cac4cf8 100644
--- a/meta/recipes-support/libsoup/libsoup_3.4.4.bb
+++ b/meta/recipes-support/libsoup/libsoup_3.4.4.bb
@@ -19,7 +19,7 @@ CVE_PRODUCT = "libsoup"
19 19
20S = "${WORKDIR}/libsoup-${PV}" 20S = "${WORKDIR}/libsoup-${PV}"
21 21
22inherit meson gettext pkgconfig upstream-version-is-even gobject-introspection gi-docgen 22inherit meson gettext pkgconfig upstream-version-is-even gobject-introspection gi-docgen vala
23 23
24GIR_MESON_ENABLE_FLAG = 'enabled' 24GIR_MESON_ENABLE_FLAG = 'enabled'
25GIR_MESON_DISABLE_FLAG = 'disabled' 25GIR_MESON_DISABLE_FLAG = 'disabled'
@@ -39,7 +39,7 @@ EOF
39} 39}
40EXTRA_OEMESON:append:class-target = " --cross-file ${WORKDIR}/soup.cross" 40EXTRA_OEMESON:append:class-target = " --cross-file ${WORKDIR}/soup.cross"
41 41
42EXTRA_OEMESON += "-Dvapi=disabled -Dtls_check=false" 42EXTRA_OEMESON += "-Dtls_check=false"
43# Disable the test suites 43# Disable the test suites
44EXTRA_OEMESON += "-Dtests=false -Dautobahn=disabled -Dpkcs11_tests=disabled" 44EXTRA_OEMESON += "-Dtests=false -Dautobahn=disabled -Dpkcs11_tests=disabled"
45 45