diff options
author | Peter Åstrand <astrand@cendio.se> | 2005-02-11 14:05:28 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2005-02-11 14:05:28 +0000 |
commit | 5b99ba5b250ef61d1fd5380a886adcb0c0370a85 (patch) | |
tree | 423d20286e7eed52a89ab8d897d4bfc42d84c52e /xc/config | |
parent | af782655c92556cb01690f3795e34580b341395d (diff) | |
download | tigervnc-5b99ba5b250ef61d1fd5380a886adcb0c0370a85.tar.gz tigervnc-5b99ba5b250ef61d1fd5380a886adcb0c0370a85.zip |
Applied vnc-def.patch and vnc-xorg.patch from FC3, except:
* The removal of printRegion
* The patching of xc/programs/Xserver/Imakefile, which should be part of xc.patch
* The new xc.patch, which has already been applied.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@170 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'xc/config')
-rw-r--r-- | xc/config/cf/vnc.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/config/cf/vnc.def b/xc/config/cf/vnc.def index 715044e5..255c8f46 100644 --- a/xc/config/cf/vnc.def +++ b/xc/config/cf/vnc.def @@ -6,10 +6,10 @@ #define BuildNls NO #define BuildXIE NO #define BuildGlxExt NO -#define XnestServer NO +#define XnestServer YES +#define XF86Server NO #define XprtServer NO -#define XdmxServer NO -#define BuildDmx NO +#define BuildXFree86ConfigTools NO #ifdef SunArchitecture #define ProjectRoot /usr/openwin |