gnome-shell: only for x86; disable systemd build option.
This commit is contained in:
parent
2274cad744
commit
08730faa70
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue