wok-current rev 11393
Fix: polkit needs intltool to be compiled
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 05:13:50 2011 +0100 (2011-12-10) |
parents | 9a371836dca5 |
children | 6a3b301b67e5 |
files | polkit/receipt |
line diff
1.1 --- a/polkit/receipt Sat Dec 10 05:11:58 2011 +0100 1.2 +++ b/polkit/receipt Sat Dec 10 05:13:50 2011 +0100 1.3 @@ -11,7 +11,8 @@ 1.4 CROSS="error: cannot check for file existence when cross compiling" 1.5 1.6 DEPENDS="glib libgio dbus dbus-glib expat pam" 1.7 -BUILD_DEPENDS="gobject-introspection-dev dbus-dev dbus-glib-dev pam-dev" 1.8 +BUILD_DEPENDS="gobject-introspection-dev dbus-dev dbus-glib-dev pam-dev \ 1.9 +intltool" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules()