[OE-core] [oe-core][dora][PATCH] vala: should not depend on gtk+

Stéphane Cerveau scerveau at connected-labs.com
Mon Jun 30 14:23:15 UTC 2014


Signed-off-by: Stéphane Cerveau <scerveau at connected-labs.com>
---
 meta/recipes-devtools/vala/vala.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
index a8927d7..a9e5a57 100644
--- a/meta/recipes-devtools/vala/vala.inc
+++ b/meta/recipes-devtools/vala/vala.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \
 Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
 SECTION = "devel"
-DEPENDS = "glib-2.0 dbus gtk+"
+DEPENDS = "glib-2.0 dbus"
 BBCLASSEXTEND = "native"
 DEPENDS_virtclass-native = "bison-native glib-2.0-native dbus-native"
 HOMEPAGE = "http://vala-project.org"
-- 
1.7.9.5




More information about the Openembedded-core mailing list