gdm: update for new systemd_services arg.
This commit is contained in:
parent
35d2d6c731
commit
023d4a0b8c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.2.1.1
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||
|
@ -51,7 +51,7 @@ gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|||
# Create the 'gdm' system user/group.
|
||||
system_accounts="gdm"
|
||||
gdm_homedir="/var/lib/gdm"
|
||||
systemd_services="gdm.service"
|
||||
systemd_services="gdm.service off"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
|
|
Loading…
Reference in a new issue