mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
5f117c3db2
commit
45f79c711c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user