* [Buildroot] [PATCH] directfb: remove unnecessary dependency on libungif
@ 2009-08-06 16:25 Sven Neumann
2009-08-07 17:05 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Sven Neumann @ 2009-08-06 16:25 UTC (permalink / raw)
To: buildroot
The GIF image provider in DirectFB is self-contained and doesn't
need libungif.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
package/directfb/Config.in | 1 -
package/directfb/directfb.mk | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index e616314..487faf4 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -92,7 +92,6 @@ config BR2_PACKAGE_DIRECTFB_GIF
bool "enable GIF support"
default y
depends on BR2_PACKAGE_DIRECTFB
- select BR2_PACKAGE_LIBUNGIF
config BR2_PACKAGE_DIRECTFB_JPEG
bool "enable JPEG support"
diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index b3af0ed..5fc8868 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -94,7 +94,6 @@ endif
ifeq ($(BR2_PACKAGE_DIRECTFB_GIF),y)
DIRECTFB_GIF:=--enable-gif
-DIRECTFB_DEP+= libungif
else
DIRECTFB_GIF:=--disable-gif
endif
--
1.6.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-07 17:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06 16:25 [Buildroot] [PATCH] directfb: remove unnecessary dependency on libungif Sven Neumann
2009-08-07 17:05 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox