]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
directfb: Add some more dependencies.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Feb 2010 18:58:29 +0000 (19:58 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Feb 2010 18:58:29 +0000 (19:58 +0100)
This enables some more functionality.

pkgs/core/directfb/directfb.nm

index 36623235e2373c33795165a1a09ef399294f2794..cc4def0bd60381048804dfe1ce3fed1f99966fb2 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      += zlib 
+PKG_DEPS      += freetype libjpeg libpng sysfsutils zlib
 
 define PKG_DESCRIPTION
        DirectFB is a thin library that provides hardware graphics acceleration, \
@@ -45,6 +45,7 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+# XXX Needs a double check
 ifneq "$(TARGET)" "i686"
 ifneq "$(TARGET)" "i586"
 ifneq "$(TARGET)" "i486"