From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:47 +0000 (+0200) Subject: fontconfig: 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=8ca5cc73567ec86a6d367eb8e3601e9326c9fb5a;p=ipfire-3.x.git fontconfig: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/fontconfig/fontconfig.nm b/pkgs/core/fontconfig/fontconfig.nm index 4beacc09a..33491362f 100644 --- a/pkgs/core/fontconfig/fontconfig.nm +++ b/pkgs/core/fontconfig/fontconfig.nm @@ -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 \