[Buildroot] [git commit branch/2019.11.x] package/gssdp: explicitly disable vapi

Peter Korsgaard peter at korsgaard.com
Sat Mar 21 21:30:54 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=b06b0be65a5c2ff57c89c1f085d1f78919913920
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.11.x

Currently, vapi support does not work with meson due to meson calling vapigen
directly instead of the vala wrapper. As such, when building typelib files for
gobject-introspection, vapigen fails to find the proper .gir files and fails
to build.

Explicitly disable vapi until a fix for vapi is made.

Signed-off-by: Adam Duskett <Aduskett at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 9de3b9c09463127b94bacad3d0aa60aa6efc53dc)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gssdp/gssdp.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/gssdp/gssdp.mk b/package/gssdp/gssdp.mk
index 4589517691..071ad00109 100644
--- a/package/gssdp/gssdp.mk
+++ b/package/gssdp/gssdp.mk
@@ -14,7 +14,8 @@ GSSDP_INSTALL_STAGING = YES
 GSSDP_DEPENDENCIES = host-pkgconf libglib2 libsoup
 GSSDP_CONF_OPTS = \
 	-Dexamples=false \
-	-Dintrospection=false
+	-Dintrospection=false \
+	-Dvapi=false
 
 ifeq ($(BR2_PACKAGE_LIBGTK3),y)
 GSSDP_DEPENDENCIES += libgtk3


More information about the buildroot mailing list