diff options
Diffstat (limited to 'meta/recipes-extended/polkit/polkit_0.101.bb')
-rw-r--r-- | meta/recipes-extended/polkit/polkit_0.101.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/polkit/polkit_0.101.bb b/meta/recipes-extended/polkit/polkit_0.101.bb index 56ceca46cb..06ca595720 100644 --- a/meta/recipes-extended/polkit/polkit_0.101.bb +++ b/meta/recipes-extended/polkit/polkit_0.101.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \ | |||
12 | 12 | ||
13 | PAM_SRC_URI = "file://polkit-1_pam.patch" | 13 | PAM_SRC_URI = "file://polkit-1_pam.patch" |
14 | PR = "r1" | 14 | PR = "r1" |
15 | DEPENDS = "libpam expat dbus-glib eggdbus intltool" | 15 | DEPENDS = "libpam expat dbus-glib eggdbus intltool-native" |
16 | RDEPENDS_${PN} = "libpam" | 16 | RDEPENDS_${PN} = "libpam" |
17 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" | 17 | EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc --disable-introspection" |
18 | 18 | ||