package/libungif: deprecate package
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 8 Apr 2015 20:35:42 +0000 (22:35 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 8 Apr 2015 20:42:48 +0000 (22:42 +0200)
To be replaced with giflib.

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

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libungif/Config.in

index e8c301ca7feed2f1ac73ac1cd644fe555550ee31..012ef76044bdcb9ba63c79611bd9372c861d0368 100644 (file)
@@ -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.