diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-10-19 21:04:32 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-10-19 21:12:57 +0200 |
commit | 2844040bb743e44cf34931951aff18aa1e955250 (patch) | |
tree | 750b4da19f665f943f30ba5024cb7dafe8e4c656 /recipes/vala | |
parent | e6729d05af14c6626f49442f67c487ad78660ecc (diff) |
vala.inc: disable vapigen as it's not strictly needed and does not work (yet)
Acked-By: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/vala')
-rw-r--r-- | recipes/vala/vala.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc index 7c1e70a456..f45d557c88 100644 --- a/recipes/vala/vala.inc +++ b/recipes/vala/vala.inc @@ -4,12 +4,12 @@ SECTION = "devel" DEPENDS = "glib-2.0 dbus" HOMEPAGE = "http://vala-project.org" LICENSE = "LGPL" -INC_PR = "r0" +INC_PR = "r1" SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.gz" inherit autotools_stage -EXTRA_OECONF = "--enable-vapigen" +EXTRA_OECONF = "--disable-vapigen" FILES_${PN}-doc += ${datadir}/devhelp |