mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
libgda: fix cross
This commit is contained in:
parent
a43a86129f
commit
0929ac9109
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgda'
|
# Template file for 'libgda'
|
||||||
pkgname=libgda
|
pkgname=libgda
|
||||||
version=5.2.4
|
version=5.2.4
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ui --with-gtksourceview --with-graphviz --enable-json
|
configure_args="--with-ui --with-gtksourceview --with-graphviz --enable-json
|
||||||
--enable-system-sqlite"
|
--enable-system-sqlite"
|
||||||
|
@ -18,6 +18,10 @@ homepage="http://www.gnome-db.org/"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=2cee38dd583ccbaa5bdf6c01ca5f88cc08758b9b144938a51a478eb2684b765e
|
checksum=2cee38dd583ccbaa5bdf6c01ca5f88cc08758b9b144938a51a478eb2684b765e
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
configure_args+=" --disable-binreloc"
|
||||||
|
fi
|
||||||
|
|
||||||
libgda-devel_package() {
|
libgda-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="libxslt-devel libgda>=${version}_${revision}"
|
depends="libxslt-devel libgda>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue