mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
78e48090b2
commit
7588fe77a1
@@ -19,7 +19,7 @@ CVE_PRODUCT = "libsoup"
|
||||
|
||||
S = "${WORKDIR}/libsoup-${PV}"
|
||||
|
||||
inherit meson gettext pkgconfig upstream-version-is-even gobject-introspection gi-docgen
|
||||
inherit meson gettext pkgconfig upstream-version-is-even gobject-introspection gi-docgen vala
|
||||
|
||||
GIR_MESON_ENABLE_FLAG = 'enabled'
|
||||
GIR_MESON_DISABLE_FLAG = 'disabled'
|
||||
@@ -39,7 +39,7 @@ EOF
|
||||
}
|
||||
EXTRA_OEMESON:append:class-target = " --cross-file ${WORKDIR}/soup.cross"
|
||||
|
||||
EXTRA_OEMESON += "-Dvapi=disabled -Dtls_check=false"
|
||||
EXTRA_OEMESON += "-Dtls_check=false"
|
||||
# Disable the test suites
|
||||
EXTRA_OEMESON += "-Dtests=false -Dautobahn=disabled -Dpkcs11_tests=disabled"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user