eom: disable gir option for now.

This commit is contained in:
Juan RP 2015-05-21 20:47:33 +02:00
parent c4c23e9048
commit 5d5e62a1e4

View file

@ -1,7 +1,7 @@
# Template file for 'eom'
pkgname=eom
version=1.10.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-gtk=2.0 --disable-python $(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool itstool mate-common $(vopt_if gir gobject-introspection)"
@ -19,11 +19,6 @@ checksum=8f615e93b8ec2172222c3a162bd054b6f2483a9d4507542f1873efda5c575306
# Package build options
build_options="gir"
# Disable gir for cross builds.
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
eom-devel_package() {
short_desc+=" - development files"
depends="libeom>=${version}_${revision}"