libmypaint: fix crossbuild

This commit is contained in:
Enno Boland 2018-05-17 22:28:22 +02:00
parent ae537179f5
commit 5ae76e86ba
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 7 additions and 2 deletions

View File

@ -4,8 +4,8 @@ version=1.3.0
revision=1
build_style=gnu-configure
configure_args="--disable-gegl"
hostmakedepends="intltool pkg-config"
makedepends="json-c-devel gobject-introspection glib-devel json-glib-devel"
hostmakedepends="intltool pkg-config $(vopt_if gir gobject-introspection)"
makedepends="json-c-devel glib-devel json-glib-devel"
short_desc="MyPaint brush engine library"
maintainer="Kartik S <kartik.ynwa@gmail.com>"
license="ISC"
@ -13,6 +13,11 @@ homepage="https://github.com/mypaint/libmypaint"
distfiles="https://github.com/mypaint/libmypaint/releases/download/v${version}/libmypaint-${version}.tar.xz"
checksum=6a07d9d57fea60f68d218a953ce91b168975a003db24de6ac01ad69dcc94a671
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" gir"
fi
libmypaint-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"