summaryrefslogtreecommitdiffstats
path: root/rules/xorg-options.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-10-01 20:38:10 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-10-01 20:38:10 +0000
commitaca4ecbe6b9c95f6a792f744927023976938c747 (patch)
tree59076c6631e3cb4e84863f44cdc88508e1305355 /rules/xorg-options.in
parentc26fc071886559da1610c01443ca1b38dc2693af (diff)
downloadptxdist-aca4ecbe6b9c95f6a792f744927023976938c747.tar.gz
ptxdist-aca4ecbe6b9c95f6a792f744927023976938c747.tar.xz
help added and some global settings moved to here
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6084 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-options.in')
-rw-r--r--rules/xorg-options.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/rules/xorg-options.in b/rules/xorg-options.in
index b78abbdf8..e10380db4 100644
--- a/rules/xorg-options.in
+++ b/rules/xorg-options.in
@@ -53,12 +53,16 @@ config XORG_OPTIONS_TRANS_UNIX
prompt "UNIX domain socket transport"
default y
depends on XORG_LIB_ICE
+ help
+ UNIX domain socket transport
config XORG_OPTIONS_TRANS_TCP
bool
prompt "TCP socket transport"
default y
depends on XORG_LIB_ICE
+ help
+ TCP socket transport
config XORG_OPTIONS_TRANS_IPV6
bool
@@ -70,4 +74,22 @@ config XORG_OPTIONS_TRANS_IPV6
server complains about missing IPv6 support you should disable this
feature here due to the target environment does not support it (its
useless in this case)
+
+config XORG_SERVER_OPT_SECURE_RPC
+ bool
+ prompt "secure RPC"
+ default n
+ help
+ FIXME
+
+config XORG_SERVER_EXT_DRI
+ bool
+ prompt "Support for DRI"
+ default n
+ help
+ Enable support for the Direct Rendering Infrastructure to get 3D
+ accelerations support. This is meaningless if you do not have DRI
+ support in your kernel for you hardware.
+ Currently the build scripts needs DRI disabled when crosscompiling.
+
endmenu