blob: 36db7174a619c98c22cbb2dba515b20d52172ad2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require vala.inc
PR = "r2"
inherit native
DEPENDS = "glib-2.0-native"
# work around timestamp problem in tarball
do_compile_prepend() {
touch gobject/gobject.vala.stamp
}
|