polkit: remove eggdbus dependency, polkit uses gio for DBus

This commit is contained in:
Stefan Saraev 2013-01-20 16:37:08 +02:00
parent 66855b995a
commit a29f63bc13

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="http://gitweb.freedesktop.org/?p=PolicyKit.git;a=summary"
PKG_URL="http://hal.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="zlib sg3_utils glib systemd eggdbus expat"
PKG_BUILD_DEPENDS="toolchain zlib sg3_utils glib systemd eggdbus expat gobject-introspection"
PKG_DEPENDS="zlib sg3_utils glib systemd expat"
PKG_BUILD_DEPENDS="toolchain zlib sg3_utils glib systemd expat gobject-introspection"
PKG_PRIORITY="optional"
PKG_SECTION="security"
PKG_SHORTDESC="polkit: Authorization Toolkit"