[Buildroot] [PATCH 5/5] package/libungif: deprecate package

Bernd Kuhls bernd.kuhls at t-online.de
Mon Jan 26 19:24:20 UTC 2015


To be replaced with giflib.

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/libungif/Config.in |    2 ++
 1 file changed, 2 insertions(+)

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.
 
-- 
1.7.10.4



More information about the buildroot mailing list