]> Git Repo - buildroot-mgba.git/commitdiff
package/libungif: deprecate package
authorBernd Kuhls <[email protected]>
Wed, 8 Apr 2015 20:35:42 +0000 (22:35 +0200)
committerThomas Petazzoni <[email protected]>
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 <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
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.
 
This page took 0.035354 seconds and 4 git commands to generate.