mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
lxdm: disable consolekit support
This commit is contained in:
parent
e78b6feaa5
commit
8af9b5421e
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'lxdm'
|
# Template file for 'lxdm'
|
||||||
pkgname=lxdm
|
pkgname=lxdm
|
||||||
version=0.5.3
|
version=0.5.3
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-consolekit --with-pam --enable-gtk3"
|
configure_args="--disable-consolekit --with-pam --enable-gtk3"
|
||||||
hostmakedepends="automake gettext-devel libtool pkg-config intltool"
|
hostmakedepends="automake gettext-devel libtool pkg-config intltool"
|
||||||
makedepends="pam-devel gtk+3-devel iso-codes ConsoleKit2-devel"
|
makedepends="pam-devel gtk+3-devel iso-codes"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/lxdm/LoginReady
|
/etc/lxdm/LoginReady
|
||||||
/etc/lxdm/PostLogin
|
/etc/lxdm/PostLogin
|
||||||
|
|
Loading…
Add table
Reference in a new issue