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

index 98ffa7e5ca7f87b322453eddb6b7fbd26efaa748..163401f4d3779c1adea80ec090e30e44b65effdf 100644 (file)
@@ -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"