libgepub: always enable gir
This commit is contained in:
parent
9af7e8f30c
commit
86b66fbdb8
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'libgepub'
|
||||
pkgname=libgepub
|
||||
version=0.6.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||
hostmakedepends="pkg-config vala-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="webkit2gtk-devel libsoup-devel libxml2-devel libarchive-devel"
|
||||
|
@ -15,10 +16,7 @@ checksum=c78a395cc1d9c57b4485958ed83ffb96ed442750cfafa7797dd6d986b9f7b399
|
|||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
# Disable gir for cross builds.
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
libgepub-devel_package() {
|
||||
depends="libarchive-devel libglib-devel libsoup-devel libxml2-devel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue