summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/polkit/polkit_0.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/polkit/polkit_0.9.bb b/meta/packages/polkit/polkit_0.9.bb
index 26b9351c09..b2efd58328 100644
--- a/meta/packages/polkit/polkit_0.9.bb
+++ b/meta/packages/polkit/polkit_0.9.bb
@@ -4,7 +4,7 @@ PR = "r4"
4SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz" 4SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz"
5 5
6 6
7DEPENDS = "pam" 7DEPENDS = "pam expat dbus-glib"
8RDEPENDS = "pam" 8RDEPENDS = "pam"
9EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc" 9EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc"
10 10