All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* [Buildroot] [PATCH] directfb: remove unnecessary dependency on libungif
  2009-08-06 16:25 [Buildroot] [PATCH] directfb: remove unnecessary dependency on libungif Sven Neumann
@ 2009-08-07 17:05 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2009-08-07 17:05 UTC (permalink / raw)
  To: buildroot

Le Thu,  6 Aug 2009 18:25:37 +0200,
Sven Neumann <s.neumann@raumfeld.com> a ?crit :

> The GIF image provider in DirectFB is self-contained and doesn't
> need libungif.

Pulled and pushed into my for-2009.08 branch, that should be pulled by
Peter when he comes back from holidays.

 http://git.buildroot.net/~tpetazzoni/git/buildroot/log/?h=for-2009.08

Thanks,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.