summaryrefslogtreecommitdiffstats
path: root/package/directfb
diff options
context:
space:
mode:
authorThomas Petazzoni2009-07-17 15:42:40 +0200
committerThomas Petazzoni2009-07-24 23:26:47 +0200
commit6beeb755fa41a24ef54c189b8ae723534fa15c92 (patch)
tree7f6a13d143fb680a7a8b75f1f83e6a24c1118372 /package/directfb
parentxorg: remove reference to non-existing BR2_PACKAGE_XSERVER_none (diff)
downloadbuildroot-6beeb755fa41a24ef54c189b8ae723534fa15c92.tar.gz
buildroot-6beeb755fa41a24ef54c189b8ae723534fa15c92.tar.xz
buildroot-6beeb755fa41a24ef54c189b8ae723534fa15c92.zip
xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_none
The BR2_PACKAGE_XSERVER_none option has gone, so use BR2_PACKAGE_XORG7 instead. It is more logical to test if BR2_PACKAGE_XORG7 is set to know if an X.org server is available, than testing if BR2_PACKAGE_XSERVER_none is set to know if an X.org server is *not* available. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/directfb')
-rw-r--r--package/directfb/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index 1f081744a..fce9ed46c 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -16,7 +16,7 @@ config BR2_PACKAGE_DIRECTFB_MULTI
config BR2_PACKAGE_DIRECTFB_XSERVER
bool "build with X server backend"
depends on BR2_PACKAGE_DIRECTFB
- depends on !BR2_PACKAGE_XSERVER_none
+ depends on BR2_PACKAGE_XORG7
config BR2_PACKAGE_DIRECTFB_UNIQUE
bool "enable unique window manager"