aboutsummaryrefslogtreecommitdiffstats
path: root/unix/download-xorg-7.4
Commit message (Collapse)AuthorAgeFilesLines
* Fix legacy-friendly build (I hope). r4745 (enabling DPMS) removed ↵DRC2011-11-071-1/+1
| | | | | | | | | -DNO_HW_ONLY_EXTS from Xvnc_CPPFLAGS in unix/xserver/hw/vnc/Makefile.am, which caused xorg-xserver 1.6.5 to attempt to build the XFree86-DRI extension, but the stub for XFree86DRIExtensionInit() was missing, so Xvnc failed to link. Adding --disable-dri (r4765) caused the GLX build to fail, because GLX needs either DRI or DRI2, and DRI2 was not being properly detected because the dri2proto module we were using was too old for our X server version. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4772 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update cross-compatible builds to xorg-xserver 1.6.5 to fix several issuesDRC2011-04-301-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4399 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Remove unneeded modulesDRC2010-04-141-5/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4022 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Support out-of-tree xorg builds and lay groundwork for cross-compatible ↵DRC2010-04-131-0/+88
build using X.org 7.5 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4018 3789f03b-4d11-0410-bbf8-ca57d06f2519