package: mark libglib12/libgtk12/dillo as deprecated
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 22 Jul 2010 19:43:45 +0000 (21:43 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 22 Jul 2010 19:43:45 +0000 (21:43 +0200)
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>
CHANGES
package/dillo/Config.in
package/libglib12/Config.in
package/libgtk12/Config.in

diff --git a/CHANGES b/CHANGES
index f031cb5b9c79bf79b418d6453ebe232b6b0dcabf..6fa9b7b5dc626ed17282e561cc2d72c4e1b9c0ed 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,8 @@
 
        Removed packages: modutils, portage, rxvt
 
+       Deprecated packages: dillo, libglib12, libgtk12
+
        Issues resolved (http://bugs.uclibc.org):
 
        #321:  alsa-lib uses host include files for python which breaks ...
index 87418d2976ccf193c0f5cfa9404a6862e92bafae..63a4f7db4834ea4f6687f99c001ac834f7bdda3f 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_DILLO
        bool "dillo"
+       depends on BR2_DEPRECATED
        select BR2_PACKAGE_JPEG
        select BR2_PACKAGE_LIBGLIB12
        select BR2_PACKAGE_LIBGTK12
index 17e2db58f1e975de4ac0bf11528784e55b5b67c6..f6b7d24df68c947f5d88aa8b3b30013465fa75a7 100644 (file)
@@ -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.
 
index 01393f96f08a9525180ad5f3f2b6750749d29e93..7845f20c5f971465d1e77912220c4a6910ba7bd8 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBGTK12
        bool "libgtk12"
+       depends on BR2_DEPRECATED
        select BR2_PACKAGE_LIBGLIB12
        depends on BR2_PACKAGE_XORG7
        help