Commit f4800b46 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent d8a41bb5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ...
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_DILLO
	bool "dillo"
	depends on BR2_DEPRECATED
	select BR2_PACKAGE_JPEG
	select BR2_PACKAGE_LIBGLIB12
	select BR2_PACKAGE_LIBGTK12
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBGLIB12
	bool "libglib12"
	depends on BR2_DEPRECATED
	help
	  Low-level core library that forms the basis of GTK+ and GNOME.

+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBGTK12
	bool "libgtk12"
	depends on BR2_DEPRECATED
	select BR2_PACKAGE_LIBGLIB12
	depends on BR2_PACKAGE_XORG7
	help