gjs: g-i is mandatory, remove gir build opt.
This commit is contained in:
parent
5963b5da90
commit
5be9975706
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue