summaryrefslogtreecommitdiffstats
path: root/unix/build-xorg-7.4
Commit message (Expand)AuthorAgeFilesLines
* Support out-of-tree xorg builds and lay groundwork for cross-compatible build...DRC2010-04-131-228/+0
* Use configure scripts included in the tarball, if they exist. This is to avo...DRC2010-01-221-1/+3
* Use static system libz.a so Xvnc doesn't depend on libz.so.1. As a result, w...DRC2010-01-111-5/+1
* Build Mesa as a shared lib so we can get swrast_dri.so, but this requires bui...DRC2010-01-111-7/+11
* Enable building a compatible version of Xvnc that doesn't depend on shared li...DRC2010-01-081-8/+51
* Store module tarballs in a centralized location to avoid abusing ftp.x.org by...DRC2010-01-081-4/+4
* configure.ac is no longer under unix/. Adjust compat build script accordingly.DRC2010-01-061-0/+4
* Move autoreconf of the X server until after modules are built, because the X ...DRC2009-04-111-1/+1
* Oops. Correct configure argument to disable UUID support is '--without-uuid'DRC2009-04-101-1/+1
* Properly handle spaces in configure flagsDRC2009-04-041-18/+12
* Store Xorg build directory under the TigerVNC build directory so multiple Tig...DRC2009-04-011-1/+1
* VNC needs to be autoreconf'ed as well, otherwise unix/configure will not existDRC2009-03-201-0/+3
* Allow PREFIX to be overriddenDRC2009-03-191-1/+3
* Build the macros package before everything else; must be done before autoreconfPeter Åstrand2009-03-191-1/+11
* Allow additional configure flags to be passed on the command lineDRC2009-03-181-5/+20
* Added scripts for building Xvnc with Xorg 1.5.Peter Åstrand2009-03-181-0/+155