mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
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
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
pkgname=valadoc
|
pkgname=valadoc
|
||||||
# Should be kept in sync with 'vala' (shared distfiles)
|
# Should be kept in sync with 'vala' (shared distfiles)
|
||||||
version=0.56.16
|
version=0.56.16
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
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"
|
hostmakedepends="flex libxslt pkg-config automake libtool vala"
|
||||||
makedepends="libfl-devel libglib-devel gobject-introspection
|
makedepends="libfl-devel libglib-devel
|
||||||
graphviz-devel vala-devel"
|
graphviz-devel vala-devel"
|
||||||
checkdepends="dbus libgirepository-devel"
|
checkdepends="dbus libgirepository-devel"
|
||||||
short_desc="Vala Documentation Tool"
|
short_desc="Vala Documentation Tool"
|
||||||
|
|
Loading…
Add table
Reference in a new issue