summaryrefslogtreecommitdiffstats
path: root/package/midori
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-07-17 14:34:22 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-07-17 14:34:22 +0200
commitcc76043bd4db8670abd822d46e4a37838dec575d (patch)
tree465f43ccf264373e684176b269ea322ea3aacf40 /package/midori
parent8c00f439048fbccbae1b22427648b10390a09748 (diff)
downloadbuildroot-novena-cc76043bd4db8670abd822d46e4a37838dec575d.tar.gz
buildroot-novena-cc76043bd4db8670abd822d46e4a37838dec575d.zip
xorg: simplify dependencies on X.org
Many packages used to depend on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7, but this is useless since BR2_PACKAGE_XORG is a non-existing configuration option. So, these depencies gets simplified to BR2_PACKAGE_XORG7 only. Some others were depending on BR2_PACKAGE_TINYX (which doesn't) exist or BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tiny || BR2_PACKAGE_XSERVER_x11r7. Replace all that mess by a simple dependency on BR2_PACKAGE_XORG7. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/midori')
-rw-r--r--package/midori/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/midori/Config.in b/package/midori/Config.in
index eb960d4eb..fd1da3553 100644
--- a/package/midori/Config.in
+++ b/package/midori/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_MIDORI
bool "midori"
select BR2_PACKAGE_WEBKIT
select BR2_PACKAGE_LIBSEXY
- depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
+ depends on BR2_PACKAGE_XORG7
help
Midori is a lightweight web browser based on WebKit