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'
|
||||
pkgname=libgda
|
||||
version=5.2.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ui --with-gtksourceview --with-graphviz --enable-json
|
||||
--enable-system-sqlite"
|
||||
|
@ -18,6 +18,10 @@ homepage="http://www.gnome-db.org/"
|
|||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=2cee38dd583ccbaa5bdf6c01ca5f88cc08758b9b144938a51a478eb2684b765e
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --disable-binreloc"
|
||||
fi
|
||||
|
||||
libgda-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libxslt-devel libgda>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue