valadoc: 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
c194b1b012
commit
5e8672b902
|
@ -2,11 +2,11 @@
|
|||
pkgname=valadoc
|
||||
# Should be kept in sync with 'vala' (shared distfiles)
|
||||
version=0.56.16
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-cgraph=yes"
|
||||
configure_args="--with-cgraph=yes GI_GIRDIR=/usr/share/gir-1.0"
|
||||
hostmakedepends="flex libxslt pkg-config automake libtool vala"
|
||||
makedepends="libfl-devel libglib-devel gobject-introspection
|
||||
makedepends="libfl-devel libglib-devel
|
||||
graphviz-devel vala-devel"
|
||||
checkdepends="dbus libgirepository-devel"
|
||||
short_desc="Vala Documentation Tool"
|
||||
|
|
Loading…
Reference in New Issue