buildroot/package/midori/Config.in

14 lines
383 B
Plaintext
Raw Normal View History

2008-03-06 19:18:35 +01:00
config BR2_PACKAGE_MIDORI
bool "midori"
select BR2_PACKAGE_WEBKIT
select BR2_PACKAGE_LIBSEXY
select BR2_PACKAGE_PKGCONFIG
2008-03-06 19:18:35 +01:00
depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
help
Midori is a lightweight web browser based on WebKit
http://software.twotoasts.de/?page=midori
comment "midori - disabled (requires Xorg(7))"
depends on !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)