4683420c4c
'default n' is the default, so there's no need to say it explicitly.
14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
config BR2_PACKAGE_MIDORI
|
|
bool "midori"
|
|
select BR2_PACKAGE_WEBKIT
|
|
select BR2_PACKAGE_LIBSEXY
|
|
select BR2_PACKAGE_PKGCONFIG
|
|
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)
|