From: Michael Tremer Date: Sun, 27 Feb 2011 17:43:48 +0000 (+0100) Subject: polkit: Fix build dependencies (and disable introspection). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=828698f6ec138a6d3149b303ae95c40d4c91afa7;p=ipfire-3.x.git polkit: Fix build dependencies (and disable introspection). --- diff --git a/pkgs/core/polkit/polkit.nm b/pkgs/core/polkit/polkit.nm index 9149d73ba..b1b9dc3cb 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 gobject-introspection-devel \ - intltool gettext glib2-devel pam-devel perl-xml-parser pkg-config +PKG_BUILD_DEPS+= eggdbus-devel expat-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,7 +51,7 @@ CONFIGURE_OPTIONS += \ --sysconfdir=/etc \ --libexecdir=/usr/lib/polkit-1 \ --localstatedir=/var \ - --enable-introspection \ + --disable-introspection \ --disable-static define STAGE_PREPARE_CMDS