Commit 45f79c71 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

libgail: mark as deprecated



Mark libgail as deprecated now that midori has been updated to use
webkitgtk24 and the only package that uses it (webkit) has been
deprecated.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 5f117c3d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ config BR2_PACKAGE_LIBGAIL
	depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
	depends on BR2_ARCH_HAS_ATOMICS # pango -> cairo
	depends on BR2_PACKAGE_LIBGTK2
	depends on BR2_DEPRECATED_SINCE_2015_08
	select BR2_PACKAGE_PANGO
	help
	  GAIL provides accessibility support for gtk+ and
@@ -27,3 +28,4 @@ comment "libgail needs a toolchain w/ C++, wchar, threads"
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_USE_MMU
	depends on BR2_ARCH_HAS_ATOMICS
	depends on BR2_DEPRECATED_SINCE_2015_08