gnome-shell: explicitly enable systemd support.
This commit is contained in:
parent
72482f7595
commit
be341a5fca
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'gnome-shell'
|
||||
pkgname=gnome-shell
|
||||
version=3.3.92
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile
|
||||
configure_args="--disable-schemas-compile --with-systemd
|
||||
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
|
||||
short_desc="GNOME core user interface"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue