summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
2014-01-07build.sh: add xf86-video-nested driverGaetan Nadon1-0/+1
2014-01-07build.sh: add the glamor driverGaetan Nadon1-0/+1
2013-12-15build.sh: collapse all build_xxx into one build_all_modules functionGaetan Nadon1-356/+254
2013-11-04build.sh: libxshmfence only builds on Linux due to futexGaetan Nadon1-1/+5
2013-11-01build.sh: add presentproto, dri3proto, and libxshmfenceAaron Plattner1-0/+3
2013-10-29build.sh: remove font-bitstream-speedo from the build listGaetan Nadon1-1/+0
2013-10-28build.sh: provide a file header commentGaetan Nadon1-13/+184
2013-10-24build.sh: extract tarballs in a consistent locationGaetan Nadon1-32/+67
2013-10-24build.sh: tarballs not found under their respective module directoryGaetan Nadon1-7/+0
2013-10-24build.sh: complete error path when extracting from tarsGaetan Nadon1-7/+10
2013-10-24build.sh: recover SRCDIR when tar command failsGaetan Nadon1-0/+2
2013-10-24build.sh: add support for the xz archive file formatGaetan Nadon1-5/+12
2013-10-24build.sh: no longer require a trailing slash for module nameGaetan Nadon1-45/+41
2013-10-24build.sh: add tar building support for libevdevGaetan Nadon1-0/+3
2013-10-08build.sh: add libevdev as required by evdev input driverGaetan Nadon1-0/+9
2013-09-19build.sh: sync-up with changes made in xorg.modulesGaetan Nadon1-0/+2
2013-09-19Remove video-newport failing driver from the build scriptsGaetan Nadon1-1/+0
2013-08-09Fix Solaris x86 platform detection in build.sh (uname -m returns "i86pc")Alan Coopersmith1-2/+2
2012-02-09build.sh: fix test error message when modules file not suppliedAlan Coopersmith1-1/+1
2012-02-02build.sh: make --autoresume and -o mutually exclusiveTrevor Woerner1-0/+10
2012-01-31build.sh: better integrate --autoresume and -nTrevor Woerner1-12/+83
2012-01-27build.sh: remove xgi driverTrevor Woerner1-1/+0
2012-01-26Format cleanup of help outputTrevor Woerner1-12/+19
2012-01-25build.sh: fix incorrect autoresume behaviour in conjonction with -nGaetan Nadon1-4/+11
2012-01-24Per-component configure optionsTrevor Woerner1-9/+26
2012-01-18build.sh: replace expr substr function with colon operatorGaetan Nadon1-7/+9
2011-09-27build.sh: aiptek, acecad and penmount are unmaintainedPeter Hutterer1-3/+0
2011-09-21build.sh: Add modules split out of xcb-utilAlan Coopersmith1-3/+7
2011-06-04build.sh: remove video-qxl due to external dependenciesGaetan Nadon1-1/+0
2011-04-29build.sh: makedepend must be built after protoGaetan Nadon1-2/+2
2011-03-08build.sh: add support for git submodulesGaetan Nadon1-0/+27
2011-01-09build.sh: rebuild a failing target with Automake silent rules disabledGaetan Nadon1-0/+10
2011-01-09build.sh: remove *) empty fallback caseGaetan Nadon1-14/+0
2011-01-09build.sh: use meaningful names for parameter variablesGaetan Nadon1-89/+105
2011-01-05build.sh: identify origin of error messagesGaetan Nadon1-2/+2
2011-01-05build.sh: improve error msg by adding full make commandGaetan Nadon1-7/+7
2011-01-05build.sh: honour $MAKEFLAGS value when using --cmd [mg]ake [...]Gaetan Nadon1-2/+2
2011-01-05build.sh: honour $MAKE value when using --cmd [mg]ake [...]Gaetan Nadon1-4/+4
2011-01-05build.sh: use more descriptive variable names for check_writable_dirGaetan Nadon1-2/+4
2011-01-05build.sh: relocate the test for the AMD Geode 32 bit CPUGaetan Nadon1-9/+6
2011-01-05build.sh: use accurate values for HOST_CPU from config.guessGaetan Nadon1-4/+4
2011-01-05build.sh: use accurate values for HOST_OS from config.guessGaetan Nadon1-8/+8
2010-12-31build.sh: refactor installation directories initialization codeGaetan Nadon1-86/+36
2010-12-31build.sh: verify PREFIX is a directory and is writableGaetan Nadon1-1/+22
2010-12-31build.sh: make PREFIX an optional variable as in Autoconf configureGaetan Nadon1-12/+16
2010-12-31Add "confflags" option to pass custom config arguments.tom fogal1-0/+5
2010-12-31build.sh: regroup script main line togetherGaetan Nadon1-41/+52
2010-12-31build.sh: do not set or document the xserver FONTPATH env variableGaetan Nadon1-8/+0
2010-12-31build.sh: add a note about the portability of the build shell script.Gaetan Nadon1-0/+5
2010-12-31build.sh: document the ACLOCAL env variable to find m4 macrosGaetan Nadon1-0/+1