diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-22 21:43:45 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-22 21:43:45 +0200 |
commit | f4800b4654ae529d23b3c9697123c94ffce313d0 (patch) | |
tree | dc7b78054a67328640502dadca5904d851cc2916 /package/libglib12/Config.in | |
parent | d8a41bb5364461dd62a96fbc384649edd259c485 (diff) |
package: mark libglib12/libgtk12/dillo as deprecated
gtk2 was released back in 2002, and gtk3 is almost ready - So deprecate
the old gtk12 stack. Unless someone complains, expect it to be removed
during the 2010.11 development cycle.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libglib12/Config.in')
-rw-r--r-- | package/libglib12/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libglib12/Config.in b/package/libglib12/Config.in index 17e2db58f..f6b7d24df 100644 --- a/package/libglib12/Config.in +++ b/package/libglib12/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBGLIB12 bool "libglib12" + depends on BR2_DEPRECATED help Low-level core library that forms the basis of GTK+ and GNOME. |