]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
polkit: Fix build dependencies (and disable introspection).
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 27 Feb 2011 17:43:48 +0000 (18:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 27 Feb 2011 17:43:48 +0000 (18:43 +0100)
pkgs/core/polkit/polkit.nm

index 9149d73ba2db3a68e7c66369e35247b680d90d49..b1b9dc3cb68c538cd6810cb5a04a8c5563a7cf45 100644 (file)
@@ -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