gstreamer1: enable gir for all architecturs
This commit is contained in:
parent
b4c0b3a871
commit
2a70d3114e
1 changed files with 2 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gstreamer1'
|
# Template file for 'gstreamer1'
|
||||||
pkgname=gstreamer1
|
pkgname=gstreamer1
|
||||||
version=1.14.4
|
version=1.14.4
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="gstreamer-${version}"
|
wrksrc="gstreamer-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -19,12 +19,7 @@ checksum=f94f6696c5f05a3b3a9183e39c5f5c0b779f75a04c0efa497e7920afa985ffc7
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
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
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Remove a non-existing include path from the gstreamer.pc.in file,
|
# Remove a non-existing include path from the gstreamer.pc.in file,
|
||||||
|
|
Loading…
Reference in a new issue