gjs: g-i is mandatory, remove gir build opt.

This commit is contained in:
Juan RP 2015-01-13 11:33:45 +01:00
parent 5963b5da90
commit 5be9975706

View file

@ -1,11 +1,9 @@
# Template file for 'gjs'
pkgname=gjs
version=1.42.0
revision=1
revision=2
build_style=gnu-configure
build_options="gir"
configure_args="$(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)"
hostmakedepends="pkg-config intltool gobject-introspection"
makedepends="libffi-devel libgirepository-devel>=1.40 dbus-glib-devel
cairo-devel readline-devel>=6.3 mozjs24-devel"
short_desc="Mozilla-based javascript bindings for the GNOME platform"