gdm: disable systemd support for now.
This commit is contained in:
parent
01aeb9a32c
commit
0c4f7e5f72
2 changed files with 2 additions and 5 deletions
|
@ -29,5 +29,3 @@ librt.so.1
|
|||
libfontconfig.so.1
|
||||
libcanberra-gtk3.so.0
|
||||
libcanberra.so.0
|
||||
libsystemd-login.so.0
|
||||
libsystemd-daemon.so.0
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.3.92.1
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
||||
--disable-static --with-systemd --without-console-kit"
|
||||
--disable-static --without-systemd --with-console-kit"
|
||||
short_desc="GNOME Display Manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
|
@ -65,7 +65,6 @@ Add_dependency build libcanberra-devel
|
|||
Add_dependency build libXrandr-devel
|
||||
Add_dependency build libxklavier-devel
|
||||
Add_dependency build at-spi2-core-devel
|
||||
Add_dependency build systemd-devel
|
||||
|
||||
Add_dependency full xrdb
|
||||
Add_dependency full dconf
|
||||
|
|
Loading…
Reference in a new issue