f4800b4654
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>
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
config BR2_PACKAGE_DILLO
|
|
bool "dillo"
|
|
depends on BR2_DEPRECATED
|
|
select BR2_PACKAGE_JPEG
|
|
select BR2_PACKAGE_LIBGLIB12
|
|
select BR2_PACKAGE_LIBGTK12
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_LIBPNG
|
|
depends on BR2_PACKAGE_XORG7
|
|
help
|
|
Dillo is a small GTK+ based web browser written in C.
|
|
|
|
http://www.dillo.org/
|