vala: fix girdir when cross compiling
We edit girdir to use pc_sysroot, which is not what we want here. This value gets overriden using --girdir when cross compiling.
This commit is contained in:
parent
ace1990a36
commit
c194b1b012
|
@ -2,11 +2,11 @@
|
|||
pkgname=vala
|
||||
# Should be kept in sync with 'valadoc' (shared distfiles)
|
||||
version=0.56.16
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-valadoc"
|
||||
configure_args="--disable-valadoc GI_GIRDIR=/usr/share/gir-1.0"
|
||||
hostmakedepends="flex libxslt pkg-config automake libtool"
|
||||
makedepends="libfl-devel libglib-devel gobject-introspection"
|
||||
makedepends="libfl-devel libglib-devel"
|
||||
checkdepends="dbus libgirepository-devel"
|
||||
short_desc="Compiler for the GObject type system"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
|
|
Loading…
Reference in New Issue