package/gssdp: explicitly disable vapi
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@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
8b0aeafce2
commit
9de3b9c094
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user