gdm: enable systemd support, disable console-kit.
This commit is contained in:
parent
088de26334
commit
5c9999d352
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gdm'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.3.92.1
|
version=3.3.92.1
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||||
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
--with-at-spi-registryd-directory=/usr/libexec --without-tcp-wrappers
|
||||||
--disable-static"
|
--disable-static --with-systemd --without-console-kit"
|
||||||
short_desc="GNOME Display Manager"
|
short_desc="GNOME Display Manager"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
|
@ -69,7 +69,6 @@ Add_dependency build systemd-devel
|
||||||
|
|
||||||
Add_dependency full xrdb
|
Add_dependency full xrdb
|
||||||
Add_dependency full dconf
|
Add_dependency full dconf
|
||||||
Add_dependency full ConsoleKit-x11
|
|
||||||
Add_dependency full hicolor-icon-theme
|
Add_dependency full hicolor-icon-theme
|
||||||
Add_dependency full polkit-gnome
|
Add_dependency full polkit-gnome
|
||||||
Add_dependency full xorg-server
|
Add_dependency full xorg-server
|
||||||
|
|
Loading…
Reference in a new issue