summaryrefslogtreecommitdiffstats
path: root/meta/packages/policykit
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2008-11-04 22:11:23 +0000
committerJoshua Lock <josh@linux.intel.com>2008-11-04 22:11:23 +0000
commitd422ac1c2503960ab05f390d26c911d83a7d4aa9 (patch)
treecba6fdd5e7156be9c7643d4896e2eae4f146799d /meta/packages/policykit
parent3937aefbefda15a65436238a6c6f1485419c914b (diff)
parent51db60903d2ead36077a2297fbfef0c266bc7ca5 (diff)
downloadpoky-d422ac1c2503960ab05f390d26c911d83a7d4aa9.tar.gz
Merge branch 'master' of ssh://git@git.moblin.org/poky
Diffstat (limited to 'meta/packages/policykit')
-rw-r--r--meta/packages/policykit/policykit_0.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/policykit/policykit_0.9.bb b/meta/packages/policykit/policykit_0.9.bb
index 26b9351c09..b2efd58328 100644
--- a/meta/packages/policykit/policykit_0.9.bb
+++ b/meta/packages/policykit/policykit_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