From: Michael Tremer Date: Thu, 25 Feb 2010 18:58:29 +0000 (+0100) Subject: directfb: Add some more dependencies. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18db5d939bd7a3e1be4299f3fae3b4661aa37355;p=ipfire-3.x.git directfb: Add some more dependencies. This enables some more functionality. --- diff --git a/pkgs/core/directfb/directfb.nm b/pkgs/core/directfb/directfb.nm index 36623235e..cc4def0bd 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 += 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"