diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-10-29 13:19:39 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-06 17:49:33 +0100 |
commit | ae097fd2ea4186e2fe4b299b96e24b8a5bbac6a3 (patch) | |
tree | 97e7b9d2b756294af7410ca785c9ec5cfe3f8317 /meta-xfce/recipes-bindings | |
parent | c63423e305c0c68e2a9aa1ae2e7509352a85c871 (diff) | |
download | meta-openembedded-contrib-ae097fd2ea4186e2fe4b299b96e24b8a5bbac6a3.tar.gz |
xfce4-vala: unbreak by telling configure vala API version
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-bindings')
-rw-r--r-- | meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb index 7bcffe541c0..c1900e90654 100644 --- a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb +++ b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb @@ -5,12 +5,12 @@ DEPENDS = "libxfce4util garcon xfconf libxfce4ui xfce4-panel exo vala xfce4-dev- inherit xfce -PNBLACKLIST[xfce4-vala] ?= "Fails to build since vala upgrade to 0.26.1" - SRC_URI = "http://archive.xfce.org/src/bindings/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" SRC_URI[md5sum] = "0bbb1d6e473e0fe9b335b7b1b49d8a71" SRC_URI[sha256sum] = "07a8f2b7c09fcdd3d86e0c52adea3c58ca011d0142a93997a01b4af77260ae7b" +EXTRA_OECONF = "-with-vala-api=0.28" + FILES_${PN} += "${datadir}/vala-*/vapi" RDEPENDS_${PN} = "vala" |