vala: add vala/valac wrapper
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 9 Mar 2016 13:15:43 +0000 (10:15 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Mar 2016 22:29:39 +0000 (23:29 +0100)
commit6811cf124775b855c09f37c5c2243a482865f522
tree2c5314da91397449b7296b2ca971a2cd577550cd
parent360a38486221c8b5a799329a409209b334d2b32e
vala: add vala/valac wrapper

vala/valac can use gir and vapi data files installed by other packages,
but since these are normally installed to staging and host-vala looks
for them in the host directory (logically) this leads to failure.
So wrap them to call the real tool and add this information via
command-line parameters to them.

This is required for vala-in-vala bindings (vapi).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/vala/vala-wrapper [new file with mode: 0644]
package/vala/vala.mk