polkit: enable gir for all architecturs
This commit is contained in:
parent
92cd5e4ae4
commit
9e5c0eac7b
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'polkit'
|
# Template file for 'polkit'
|
||||||
pkgname=polkit
|
pkgname=polkit
|
||||||
version=0.115
|
version=0.115
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection) --disable-systemd
|
configure_args="$(vopt_enable gir introspection) --disable-systemd
|
||||||
--disable-libsystemd-login --disable-libelogind --disable-static
|
--disable-libsystemd-login --disable-libelogind --disable-static
|
||||||
|
@ -22,10 +22,7 @@ system_accounts="polkitd"
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
# Disable gir for cross builds.
|
build_options_default="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
build_options_default+=" gir"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue