ConsoleKit2: depends on cgmanager now.

This commit is contained in:
Juan RP 2015-08-11 11:06:52 +02:00
parent dd1c79a397
commit f2e5650c4c

View file

@ -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/"