PKG_LICENSE = LGPLv2+
PKG_SUMMARY = PolicyKit Authorization Framework.
-PKG_BUILD_DEPS+= eggdbus-devel expat-devel intltool gettext glib2-devel \
- pam-devel perl-xml-parser pkg-config
+PKG_BUILD_DEPS+= eggdbus-devel expat-devel gobject-introspection-devel \
+ intltool gettext glib2-devel pam-devel perl-xml-parser pkg-config
define PKG_DESCRIPTION
PolicyKit is a toolkit for defining and handling authorizations. \
--sysconfdir=/etc \
--libexecdir=/usr/lib/polkit-1 \
--localstatedir=/var \
- --disable-introspection \
+ --enable-introspection \
--disable-static
+
+define STAGE_PREPARE_CMDS
+ cd $(DIR_APP) && sed -e "s/^SUBDIRS.*/SUBDIRS = actions data src po/" -i Makefile*
+endef