diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/vala/vala.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 6cdc6053b8..a8927d7563 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc @@ -3,7 +3,7 @@ Vala compiles to plain C and has no runtime environment nor penalities whatsoeve SECTION = "devel" DEPENDS = "glib-2.0 dbus gtk+" BBCLASSEXTEND = "native" -DEPENDS_virtclass-native = "glib-2.0-native dbus-native" +DEPENDS_virtclass-native = "bison-native glib-2.0-native dbus-native" HOMEPAGE = "http://vala-project.org" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |