diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-07-29 09:40:27 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-30 23:19:25 +0200 |
commit | 45f79c711ce80951c0e511cb87a4efc761ab332e (patch) | |
tree | 3427b64a371cbf08ee59618cf9fbb6b4562e5799 | |
parent | 5f117c3db2e712a06467029ddf748ff2d77543b1 (diff) | |
download | buildroot-45f79c711ce80951c0e511cb87a4efc761ab332e.tar.gz buildroot-45f79c711ce80951c0e511cb87a4efc761ab332e.zip |
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>
-rw-r--r-- | package/libgail/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libgail/Config.in b/package/libgail/Config.in index 3967083da2..5e4f03bdaf 100644 --- a/package/libgail/Config.in +++ b/package/libgail/Config.in @@ -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 |