gnome-shell: only for x86; disable systemd build option.

This commit is contained in:
Juan RP 2014-07-28 21:52:45 +02:00
parent 2274cad744
commit 08730faa70

View File

@ -1,7 +1,8 @@
# Template file for 'gnome-shell'
pkgname=gnome-shell
version=3.12.2
revision=4
revision=5
only_for_archs="i686 x86_64"
build_style=gnu-configure
configure_args="--disable-schemas-compile"
hostmakedepends="pkg-config intltool gnome-doc-utils"
@ -24,7 +25,6 @@ checksum=3ae230e8cb7a31e7b782c16ca178af5957858810788e26a6d630b69b3f85ce71
# Package build options
build_options="systemd"
build_options_default="systemd"
if [ "$build_option_systemd" ]; then
configure_args+=" --enable-systemd"