polkit: fix DEPENDS, requires intltool

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-04-16 11:36:16 +01:00
parent 7f019514d8
commit 6763d7506f
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
HOMEPAGE = "http://www.packagekit.org/"
SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
DEPENDS = "pam expat dbus-glib eggdbus"
PR="r1"
DEPENDS = "pam expat dbus-glib eggdbus intltool"
RDEPENDS = "pam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
inherit autotools_stage pkgconfig
inherit autotools pkgconfig