From 9e5c0eac7baa62152b31e9e8ceb0c1923d51e424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 01:45:50 +0200 Subject: [PATCH] polkit: enable gir for all architecturs --- srcpkgs/polkit/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/polkit/template b/srcpkgs/polkit/template index 5d8837d807..0cb6b976b9 100644 --- a/srcpkgs/polkit/template +++ b/srcpkgs/polkit/template @@ -1,7 +1,7 @@ # Template file for 'polkit' pkgname=polkit version=0.115 -revision=3 +revision=4 build_style=gnu-configure configure_args="$(vopt_enable gir introspection) --disable-systemd --disable-libsystemd-login --disable-libelogind --disable-static @@ -22,10 +22,7 @@ system_accounts="polkitd" # Package build options build_options="gir" -# Disable gir for cross builds. -if [ -z "$CROSS_BUILD" ]; then - build_options_default+=" gir" -fi +build_options_default="gir" pre_configure() { autoreconf -fi