summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/vala/vala.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-10-04 15:31:40 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-09 12:33:09 +0000
commit2c290f7253bba5ceb0d32e7d0b0ec0d0e81cc263 (patch)
tree527951cf4682ca5950c4e6e91adefb506c19ef6d /meta/recipes-devtools/vala/vala.inc
parente9d487de8b5c03108c8c25c0365d5bd6b48f03e9 (diff)
downloadopenembedded-core-contrib-2c290f7253bba5ceb0d32e7d0b0ec0d0e81cc263.tar.gz
vala: update to 0.38.2
Valadoc has been merged into the main vala tree, so add necessary patches to disable it. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/vala/vala.inc')
-rw-r--r--meta/recipes-devtools/vala/vala.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
index 1261c02777..b22faad780 100644
--- a/meta/recipes-devtools/vala/vala.inc
+++ b/meta/recipes-devtools/vala/vala.inc
@@ -34,6 +34,8 @@ EOF
chmod +x ${B}/vapigen-wrapper
}
+EXTRA_OECONF += " --disable-graphviz"
+
# Vapigen wrapper needs to be available system-wide, because it will be used
# to build vapi files from all other packages with vala support
do_install_append_class-target() {