libnice: enable gir for all architecturs
This commit is contained in:
parent
d6f335d19c
commit
b50f25750b
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libnice'
|
# Template file for 'libnice'
|
||||||
pkgname=libnice
|
pkgname=libnice
|
||||||
version=0.1.15
|
version=0.1.15
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dcrypto-library=openssl -Dgtk_doc=disabled -Dtests=disabled
|
configure_args="-Dcrypto-library=openssl -Dgtk_doc=disabled -Dtests=disabled
|
||||||
|
@ -16,12 +16,7 @@ distfiles="https://nice.freedesktop.org/releases/libnice-${version}.tar.gz"
|
||||||
checksum=f7280f3f58f594409c719a03009aa819c599078b410796f408251277807587da
|
checksum=f7280f3f58f594409c719a03009aa819c599078b410796f408251277807587da
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
build_options_default="gir"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
libnice-devel_package() {
|
libnice-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue