summaryrefslogtreecommitdiffstats
path: root/meta/packages/polkit/polkit_0.96.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/polkit/polkit_0.96.bb')
-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 e17dc93f85..e6e030b19a 100644
--- a/meta/packages/polkit/polkit_0.96.bb
+++ b/meta/packages/polkit/polkit_0.96.bb
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
6 file://docs/polkit/html/license.html;md5=4c17ef1587e0f096c82157160d4e340e" 6 file://docs/polkit/html/license.html;md5=4c17ef1587e0f096c82157160d4e340e"
7 7
8SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz" 8SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz"
9PR="r1" 9PR = "r2"
10DEPENDS = "pam expat dbus-glib eggdbus intltool" 10DEPENDS = "libpam expat dbus-glib eggdbus intltool"
11RDEPENDS = "pam" 11RDEPENDS = "libpam"
12EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" 12EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig