diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-17 14:37:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-24 23:23:55 +0200 |
commit | 958f2d5fa338c035cce8d29e009c08fd3e158364 (patch) | |
tree | 42b2ba51780cc45655c31d1d6e64bab60908f789 | |
parent | cc76043bd4db8670abd822d46e4a37838dec575d (diff) | |
download | buildroot-novena-958f2d5fa338c035cce8d29e009c08fd3e158364.tar.gz buildroot-novena-958f2d5fa338c035cce8d29e009c08fd3e158364.zip |
midori: remove configuration comment on X.org dependency
The dependency of Midori on X.org should be pretty obvious to the
user, and we don't want to unnecessarly clutter the configuration
interface with comments.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/midori/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/midori/Config.in b/package/midori/Config.in index fd1da3553..80b7f772d 100644 --- a/package/midori/Config.in +++ b/package/midori/Config.in @@ -7,6 +7,3 @@ config BR2_PACKAGE_MIDORI 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) |