diff mbox

[v2,1/1] package/libungif: deprecate package

Message ID 1428525342-30428-1-git-send-email-bernd.kuhls@t-online.de
State Accepted
Headers show

Commit Message

Bernd Kuhls April 8, 2015, 8:35 p.m. UTC
To be replaced with giflib.

Follow-up of http://patchwork.ozlabs.org/patch/432990/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: no changes

 package/libungif/Config.in |    2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Petazzoni April 8, 2015, 8:43 p.m. UTC | #1
Dear Bernd Kuhls,

On Wed,  8 Apr 2015 22:35:42 +0200, Bernd Kuhls wrote:
> To be replaced with giflib.
> 
> Follow-up of http://patchwork.ozlabs.org/patch/432990/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Applied, thanks a lot!

Thomas
diff mbox

Patch

diff --git a/package/libungif/Config.in b/package/libungif/Config.in
index e8c301c..012ef76 100644
--- a/package/libungif/Config.in
+++ b/package/libungif/Config.in
@@ -1,5 +1,7 @@ 
 config BR2_PACKAGE_LIBUNGIF
 	bool "libungif"
+	depends on !BR2_PACKAGE_GIFLIB
+	depends on BR2_DEPRECATED_SINCE_2015_02 # giflib
 	help
 	  libungif is a library for handling the uncompressed GIF image format.