]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
polkit: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:56 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:56 +0000 (13:08 +0200)
pkgs/core/polkit/polkit.nm

index 830e0f5d9fd330444141b5e1ca3ba89dbcb19f70..53d2c92949db334dc30f10de0d44f38c7c10f54e 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+= pkg-config
-PKG_DEPS      += eggdbus expat intltool glib2 pam perl-xml-parser
+PKG_BUILD_DEPS+= eggdbus-devel expat-devel intltool glib2-devel pam-devel \
+       perl-xml-parser pkg-config
 
 define PKG_DESCRIPTION
        PolicyKit is a toolkit for defining and handling authorizations. \
@@ -45,6 +45,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel
+
 CONFIGURE_OPTIONS += \
        --sysconfdir=/etc \
        --libexecdir=/usr/lib/polkit-1 \