From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:56 +0000 (+0200) Subject: polkit: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42e91640a2cdc229caf23aa887f28d5c6ffdd8dd;p=ipfire-3.x.git polkit: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/polkit/polkit.nm b/pkgs/core/polkit/polkit.nm index 830e0f5d9..53d2c9294 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+= 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 \