summaryrefslogtreecommitdiffstats
path: root/rules/mesalib.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-08-11 09:52:21 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-08-11 09:52:21 +0200
commitf33bff1a28331f6a60a0883be0071998873109b4 (patch)
tree375ed4111d4e9878794a6d3741190e80babe9cfd /rules/mesalib.in
parent00bc29695041dfb0498252558c04690f0ea7b41e (diff)
downloadptxdist-f33bff1a28331f6a60a0883be0071998873109b4.tar.gz
ptxdist-f33bff1a28331f6a60a0883be0071998873109b4.tar.xz
[mesalib] fixed MESALIB_DRIVER_DRI problem
In kconfig it's impossible to select values which are in a choice. We work-a-round this problem by disabling the other symbols in the choice instead. :P Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/mesalib.in')
-rw-r--r--rules/mesalib.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/mesalib.in b/rules/mesalib.in
index afe8cfbbe..e12da5fef 100644
--- a/rules/mesalib.in
+++ b/rules/mesalib.in
@@ -27,6 +27,7 @@ choice
config MESALIB_DRIVER_XLIB
+ depends on !XORG_SERVER_EXT_GLX
bool
prompt "xlib"
@@ -35,6 +36,7 @@ choice
prompt "dri"
config MESALIB_DRIVER_OSMESA
+ depends on !XORG_SERVER_EXT_GLX
bool
prompt "osmesa"