diff options
author | Kevin E Martin <kem@kem.org> | 2004-08-09 02:08:34 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-08-09 02:08:34 +0000 |
commit | 73ba8b3a6671cdc567c1eb0900735aaf4baca771 (patch) | |
tree | d745e84bfdc1820e1d866c3ffe2d40733b00bbc0 | |
parent | b59283e34674e01e7d8a9cb9e28378602e6266ac (diff) |
- Fix building without Xfixes extension
- Fix building without Xevie
- Fix building without DPMS
- Fix "Extensions" section config file support to accept general boolean
options
-rw-r--r-- | X11.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ XCOMM ---------------------------------------------------------------------- XCOMM X Window System Build Parameters and Rules -XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.21 2004/07/31 05:50:38 anholt Exp $ +XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.22 2004/08/03 07:28:55 anholt Exp $ XCOMM $Xorg: X11.tmpl,v 1.6 2000/08/17 19:41:46 cpqbld Exp $ XCOMM XCOMM @@ -651,7 +651,7 @@ XCOMM $XFree86: xc/config/cf/X11.tmpl,v 1.248 2004/02/16 04:07:37 dawes Exp $ #endif #ifndef BuildDamage -#define BuildDamage YES +#define BuildDamage BuildXfixes #endif #ifndef BuildDamageLibrary #define BuildDamageLibrary !BuildServersOnly |