summaryrefslogtreecommitdiffstats
path: root/rules/xorg-server.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/xorg-server.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/xorg-server.in')
-rw-r--r--rules/xorg-server.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/xorg-server.in b/rules/xorg-server.in
index 5182bfa09..baba948ed 100644
--- a/rules/xorg-server.in
+++ b/rules/xorg-server.in
@@ -76,7 +76,8 @@ menuconfig XORG_SERVER
#
select XORG_PROTO_GL if XORG_SERVER_EXT_GLX
select MESALIB if XORG_SERVER_EXT_GLX
- select MESALIB_DRIVER_DRI if XORG_SERVER_EXT_GLX
+# select to choice values doesn't work, see mesalib.in for workaround
+# select MESALIB_DRIVER_DRI if XORG_SERVER_EXT_GLX
select LIBDRM if XORG_SERVER_EXT_GLX
#
# select XORG_PROTO_XV