mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
ConsoleKit2: depends on cgmanager now.
This commit is contained in:
parent
dd1c79a397
commit
f2e5650c4c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ConsoleKit2'
|
# Template file for 'ConsoleKit2'
|
||||||
pkgname=ConsoleKit2
|
pkgname=ConsoleKit2
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=2
|
revision=3
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||||
|
@ -9,7 +9,7 @@ configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||||
--with-pam-module-dir=/usr/lib/security"
|
--with-pam-module-dir=/usr/lib/security"
|
||||||
hostmakedepends="automake libtool pkg-config gettext-devel glib-devel"
|
hostmakedepends="automake libtool pkg-config gettext-devel glib-devel"
|
||||||
makedepends="acl-devel libudev-devel polkit-devel glib-devel libX11-devel pam-devel libcgmanager-devel"
|
makedepends="acl-devel libudev-devel polkit-devel glib-devel libX11-devel pam-devel libcgmanager-devel"
|
||||||
depends="dbus"
|
depends="dbus cgmanager"
|
||||||
short_desc="A framework for defining and tracking users, login sessions, and seats"
|
short_desc="A framework for defining and tracking users, login sessions, and seats"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="http://consolekit2.github.io/ConsoleKit2/"
|
homepage="http://consolekit2.github.io/ConsoleKit2/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue