summaryrefslogtreecommitdiffstats
path: root/rules/xorg-server.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-07-31 10:54:06 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-07-31 10:54:06 +0200
commit686caef60fb9ca5df9d4bcfac9b7d59a652af969 (patch)
treeb29566c1f774936e22b70f67b5e282d327a57a7a /rules/xorg-server.in
parent4da3531796ca91ffeb4aebd72f586c14691c0e8d (diff)
downloadptxdist-686caef60fb9ca5df9d4bcfac9b7d59a652af969.tar.gz
ptxdist-686caef60fb9ca5df9d4bcfac9b7d59a652af969.tar.xz
[xorg-server] add support for dri2
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/xorg-server.in')
-rw-r--r--rules/xorg-server.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/xorg-server.in b/rules/xorg-server.in
index 0c4f565a9..81f306b06 100644
--- a/rules/xorg-server.in
+++ b/rules/xorg-server.in
@@ -71,6 +71,7 @@ menuconfig XORG_SERVER
select XORG_PROTO_FONTCACHE
#
select XORG_PROTO_XF86DRI if XORG_SERVER_EXT_DRI
+ select DRI2PROTO if XORG_SERVER_EXT_DRI2
#
# when OpenGL is enabled, MesaLib is required
#
@@ -384,6 +385,17 @@ config XORG_SERVER_EXT_DRI
Currently the build scripts needs DRI disabled when crosscompiling,
else they try to detect the DRI hardware on your host.
+config XORG_SERVER_EXT_DRI2
+ depends on XORG_SERVER
+ bool
+ prompt "DRI2 extension"
+ help
+ Enable support for the Direct Rendering Infrastructure 2 to get 3D
+ accelerations support. This is meaningless if you don't have DRI
+ support in your kernel for your hardware.
+ Currently the build scripts needs DRI disabled when crosscompiling,
+ else they try to detect the DRI hardware on your host.
+
config XORG_SERVER_EXT_XINERAMA
depends on XORG_SERVER
bool