From: Michael Tremer Date: Fri, 8 Oct 2010 18:29:55 +0000 (+0200) Subject: polkit: Enable gobject-introspection. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018b171aced816af47cf96fdae7fbddb932b9b86;p=ipfire-3.x.git polkit: Enable gobject-introspection. We cannot build man pages because of the lack of docbook and so we let them out for now. --- diff --git a/pkgs/core/polkit/polkit.nm b/pkgs/core/polkit/polkit.nm index f11dc4c3a..9149d73ba 100644 --- a/pkgs/core/polkit/polkit.nm +++ b/pkgs/core/polkit/polkit.nm @@ -34,8 +34,8 @@ PKG_URL = http://www.freedesktop.org/wiki/Software/PolicyKit 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. \ @@ -51,5 +51,9 @@ CONFIGURE_OPTIONS += \ --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