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

index 4beacc09aaa9ec78c040c087049219f86eda65cd..33491362f6a2c67ce6e648317f59ac6fd9478eb6 100644 (file)
@@ -34,8 +34,7 @@ PKG_URL        = http://fontconfig.org/
 PKG_LICENSE    = MIT
 PKG_SUMMARY    = Font configuration and customization library.
 
-PKG_BUILD_DEPS+= pkg-config
-PKG_DEPS      += freetype libxml2
+PKG_BUILD_DEPS+= freetype-devel libxml2-devel pkg-config
 
 define PKG_DESCRIPTION
        Fontconfig is designed to locate fonts within the \
@@ -45,6 +44,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel
+
 CONFIGURE_OPTIONS += \
        --sysconfdir=/etc \
        --localstatedir=/var \