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

index fe34c29deffb8ece174f1f4000314548f71e685a..c85ada3f9a21ebe37f50bf1e033983918cb35627 100644 (file)
@@ -36,8 +36,8 @@ PKG_SUMMARY    = A 2D graphics library.
 
 PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
 
-PKG_BUILD_DEPS+= pkg-config
-PKG_DEPS      += fontconfig freetype libpng pixman zlib
+PKG_BUILD_DEPS+= fontconfig-devel freetype-devel libpng-devel pixman-devel \
+       pkg-config zlib-devel
 
 define PKG_DESCRIPTION
        Cairo is a 2D graphics library designed to provide high-quality display \
@@ -45,3 +45,5 @@ define PKG_DESCRIPTION
 endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
+
+PKG_PACKAGES  += $(PKG_NAME)-devel