NetworkManager: enable gir/vala for all architectures
This commit is contained in:
parent
696a354097
commit
6c862867f8
1 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'NetworkManager'
|
# Template file for 'NetworkManager'
|
||||||
pkgname=NetworkManager
|
pkgname=NetworkManager
|
||||||
version=1.16.0
|
version=1.16.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Dpolkit_agent=true -Dsystemd_journal=false
|
configure_args="-Dpolkit_agent=true -Dsystemd_journal=false
|
||||||
|
@ -49,11 +49,7 @@ esac
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala elogind"
|
build_options="gir vala elogind"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
build_options_default="gir vala"
|
||||||
i686-musl|x86_64-musl) build_options_default+=" gir vala" ;;
|
|
||||||
*-musl) ;;
|
|
||||||
*) build_options_default+=" gir vala" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue