gom: always enable gir
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
9f69e99756
commit
9cf8fb8800
1 changed files with 2 additions and 5 deletions
|
@ -3,6 +3,7 @@ pkgname=gom
|
|||
version=0.3.3
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Denable-introspection=$(vopt_if gir true false)
|
||||
-Denable-gtk-doc=false"
|
||||
pycompile_module="gi"
|
||||
|
@ -18,11 +19,7 @@ checksum=ac57e34b5fe273ed306efaeabb346712c264e341502913044a782cdf8c1036d8
|
|||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
||||
# Disable gir for cross builds.
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
build_options_default="gir"
|
||||
|
||||
gom-devel_package() {
|
||||
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue