ConsoleKit: depends on libX11

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-28 21:33:46 +01:00
parent 32e7318ba4
commit 9d53173153

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/wiki/Software/ConsoleKit"
PKG_URL="http://www.freedesktop.org/software/ConsoleKit/dist/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="dbus dbus-glib polkit"
PKG_BUILD_DEPENDS="toolchain dbus dbus-glib polkit"
PKG_DEPENDS="dbus dbus-glib polkit libX11"
PKG_BUILD_DEPENDS="toolchain dbus dbus-glib polkit libX11"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="ConsoleKit: a framework for defining and tracking users, login sessions, and seats."