From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:46 +0000 (+0200) Subject: directfb: 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=35a246bed8846e6884d59760b6e63317e02786e9;p=ipfire-3.x.git directfb: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/directfb/directfb.nm b/pkgs/core/directfb/directfb.nm index 98ffa7e5c..163401f4d 100644 --- a/pkgs/core/directfb/directfb.nm +++ b/pkgs/core/directfb/directfb.nm @@ -34,7 +34,7 @@ PKG_URL = http://www.directfb.org/ PKG_LICENSE = LGPLv2+ PKG_SUMMARY = Graphics abstraction library for the Linux Framebuffer Device. -PKG_DEPS += freetype libjpeg sysfsutils zlib +PKG_BUILD_DEPS+= freetype-devel libjpeg-devel perl sysfsutils-devel zlib-devel define PKG_DESCRIPTION DirectFB is a thin library that provides hardware graphics acceleration, \ @@ -45,6 +45,8 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES += $(PKG_NAME_REAL)-devel + # XXX Needs a double check ifneq "$(TARGET)" "i686" ifneq "$(TARGET)" "i586"