libostree: always enable gir
This commit is contained in:
parent
057304b260
commit
316e590a98
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'libostree'
|
||||
pkgname=libostree
|
||||
version=2019.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--with-builtin-grub2-mkconfig --with-openssl
|
||||
$(vopt_enable gir introspection)"
|
||||
hostmakedepends="bison docbook-xsl glib-devel libxslt pkg-config"
|
||||
|
@ -18,9 +19,7 @@ distfiles="https://github.com/ostreedev/ostree/releases/download/v${version}/lib
|
|||
checksum=15f734e7c65875f62c967b9937894704354a11927e92a91cb5ad8041bbb6c723
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
build_options_default="gir"
|
||||
|
||||
post_install() {
|
||||
vinstall bash/ostree 644 usr/share/bash-completion/completions
|
||||
|
|
Loading…
Add table
Reference in a new issue