libungif: remove deprecated

It's been deprecated for a year now, so remove it.
While at it also remove the BR2_DEPRECATED_SINCE_2015_02 since it's now
unused.
And change the efl gif text to refer to giflib rather than libungif
which is what's used since it was deprecated.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias
2016-01-20 13:53:40 -03:00
committed by Thomas Petazzoni
parent d8da5f1037
commit 45b8109f94
6 changed files with 1 additions and 44 deletions

View File

@@ -164,7 +164,7 @@ config BR2_PACKAGE_EFL_GIF
select BR2_PACKAGE_GIFLIB
help
This enables the loader code that loads gif files using
libungif.
giflib.
config BR2_PACKAGE_EFL_TIFF
bool "libevas tiff loader"