]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
upower: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Sep 2010 15:53:29 +0000 (17:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Sep 2010 15:53:29 +0000 (17:53 +0200)
pkgs/core/upower/upower.nm

index ec29df4349031725324aaa40a81b8bab8aaa4733..2c2d746e56740cd361ebcb961052a7b210ba023d 100644 (file)
@@ -34,7 +34,8 @@ PKG_URL        = http://hal.freedesktop.org/releases/
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = Power Management Service.
 
-PKG_BUILD_DEPS+= bison dbus-devel dbus-glib-devel glib2-devel
+PKG_BUILD_DEPS+= bison dbus-devel dbus-glib-devel glib2-devel gettext intltool \
+       perl-xml-parser pkg-config polkit-devel
 PKG_DEPS      += udev util-linux-ng
 
 define PKG_DESCRIPTION
@@ -44,6 +45,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel $(PKG_NAME)-libs
+
 CONFIGURE_OPTIONS += \
        --sysconfdir=/etc \
        --libexecdir=/usr/lib \