1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

polkit: Fix DEPENDS

This commit is contained in:
Richard Purdie
2008-11-04 21:29:31 +00:00
parent 94b399858d
commit 76e51a83e1
+1 -1
View File
@@ -4,7 +4,7 @@ PR = "r4"
SRC_URI = "http://hal.freedesktop.org/releases/PolicyKit-0.9.tar.gz"
DEPENDS = "pam"
DEPENDS = "pam expat dbus-glib"
RDEPENDS = "pam"
EXTRA_OECONF = "--with-authfw=pam --with-os-type=moblin --disable-man-pages --disable-gtk-doc"