summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/vala/vala.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/vala/vala.inc')
-rw-r--r--meta/recipes-devtools/vala/vala.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
index 162e99bb03..0177e86240 100644
--- a/meta/recipes-devtools/vala/vala.inc
+++ b/meta/recipes-devtools/vala/vala.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://vala-project.org"
3DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \ 3DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \
4Vala compiles to plain C and has no runtime environment nor penalities whatsoever." 4Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
5SECTION = "devel" 5SECTION = "devel"
6DEPENDS = "bison-native flex-native glib-2.0" 6DEPENDS = "bison-native flex-native glib-2.0 gobject-introspection"
7 7
8# Appending libxslt-native to dependencies has an effect 8# Appending libxslt-native to dependencies has an effect
9# of rebuilding the manual, which is very slow. Let's do this 9# of rebuilding the manual, which is very slow. Let's do this