summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-04-16 11:36:16 +0100
committerJoshua Lock <josh@linux.intel.com>2010-04-27 16:58:42 +0100
commit6763d7506f0afdd1c66a7ab226bccdde205923ee (patch)
treeaade6bad1b6d5f2867617f5c369bc52ba8d7be2e /meta
parent7f019514d81ac56135db70d22e38653fe557424a (diff)
downloadpoky-6763d7506f0afdd1c66a7ab226bccdde205923ee.tar.gz
polkit: fix DEPENDS, requires intltool
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/polkit/polkit_0.96.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/polkit/polkit_0.96.bb b/meta/packages/polkit/polkit_0.96.bb
index 4b9ead8545..246fbe95b1 100644
--- a/meta/packages/polkit/polkit_0.96.bb
+++ b/meta/packages/polkit/polkit_0.96.bb
@@ -1,9 +1,9 @@
1HOMEPAGE = "http://www.packagekit.org/" 1HOMEPAGE = "http://www.packagekit.org/"
2 2
3SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" 3SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
4 4PR="r1"
5DEPENDS = "pam expat dbus-glib eggdbus" 5DEPENDS = "pam expat dbus-glib eggdbus intltool"
6RDEPENDS = "pam" 6RDEPENDS = "pam"
7EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" 7EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
8 8
9inherit autotools_stage pkgconfig 9inherit autotools pkgconfig