summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/vala
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/vala')
-rw-r--r--meta/recipes-devtools/vala/vala.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
index a8927d7563..a51ceb49d7 100644
--- a/meta/recipes-devtools/vala/vala.inc
+++ b/meta/recipes-devtools/vala/vala.inc
@@ -1,9 +1,8 @@
1DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \ 1DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \
2Vala compiles to plain C and has no runtime environment nor penalities whatsoever." 2Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
3SECTION = "devel" 3SECTION = "devel"
4DEPENDS = "glib-2.0 dbus gtk+" 4DEPENDS = "bison-native flex-native libxslt-native glib-2.0"
5BBCLASSEXTEND = "native" 5BBCLASSEXTEND = "native"
6DEPENDS_virtclass-native = "bison-native glib-2.0-native dbus-native"
7HOMEPAGE = "http://vala-project.org" 6HOMEPAGE = "http://vala-project.org"
8LICENSE = "LGPLv2.1" 7LICENSE = "LGPLv2.1"
9LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 8LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"