[gnome-continuous] manifest: Disable vala support in vte



commit a48136f6be266d621ddb1f5f13533db4f1747fc5
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Mar 12 19:09:38 2017 +0000

    manifest: Disable vala support in vte
    
    Its failing to build:
    rm -f ../../../bindings/vala/vte_2_91_vala.stamp && echo stamp > 
../../../bindings/vala/vte_2_91_vala.stamp-t
    CDPATH="${ZSH_VERSION+.}:" && cd ../../../bindings/vala && /usr/bin/valac --target-glib=2.38 --pkg=posix 
--pkg=gio-2.0 --pkg=gtk+-3.0 --gresources app.gresource.xml  --disable-since-check -D GTK_3_16  -C app.vala 
config.vapi ./vte-2.91.vapi
    error: ./vte-2.91.vapi not found

 manifest.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 53b61ac..a841882 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1084,7 +1084,8 @@
                 "patches": ["pcre2-buildapi.patch"]
                },
 
-               {"src": "gnome:vte"},
+               {"src": "gnome:vte",
+                "config-opts": ["--disable-vala"]},
 
                {"src": "git:git://git.kernel.org/pub/scm/utils/dash/dash.git"},
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]