summaryrefslogtreecommitdiffstats
path: root/rules/xorg-server.in
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2010-01-20 14:37:15 +0100
committerErwin Rol <erwin@erwinrol.com>2010-01-20 15:55:47 +0100
commit53d23b8b04ab21264e40a215b9e95b7678f8ffac (patch)
tree7bf7e27e522845d3008b625e768b0a657440fe0d /rules/xorg-server.in
parentc6072b1269bebe8d10c887ffec85d6488d624e51 (diff)
downloadptxdist-53d23b8b04ab21264e40a215b9e95b7678f8ffac.tar.gz
ptxdist-53d23b8b04ab21264e40a215b9e95b7678f8ffac.tar.xz
[xorg-server] Mark RECORD as BROKEN
- The RECORD option will cause runtime problems; record: RECORD extension enabled at configure time. record: This extension is known to be broken, disabling extension now.. record: http://bugs.freedesktop.org/show_bug.cgi?id=20500 Signed-off-by: Erwin Rol <erwin@erwinrol.com>
Diffstat (limited to 'rules/xorg-server.in')
-rw-r--r--rules/xorg-server.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/xorg-server.in b/rules/xorg-server.in
index cf2887ef5..14c599b64 100644
--- a/rules/xorg-server.in
+++ b/rules/xorg-server.in
@@ -276,11 +276,17 @@ config XORG_SERVER_EXT_XRES
config XORG_SERVER_EXT_RECORD
bool
+ depends on BROKEN
prompt "record extension"
default y
help
--enable-record, The record module adds record extension to capture
events that are associated with recording and playback user actions
+ This option will cause runtime problems;
+ record: RECORD extension enabled at configure time.
+ record: This extension is known to be broken, disabling extension now..
+ record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
+
config XORG_SERVER_EXT_XV
bool