aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/xorg
Commit message (Collapse)AuthorAgeFilesLines
* dead links and bitrotBen Hildred2019-01-111-2/+2
| | | | | | | Two minor issues: This script is written in python two which is depreciated, and should be rewritten in python three, but I have so far been successful in not learning python. :-) to simplify debugging I have clarified that it needs a python two interpreter. This script downloads an old version of mesa (an update may be appropriate), unfortunately the release candidate previously specified is no longer available, so an update to the next released version was made.
* Replace external wget with native Python versionScott Roland2015-12-051-1/+36
| | | | | | | | This makes it easier to handle common exceptions. I was motivated because the Mesa URL is currently broken and wasn't handled well. Implementation mostly copied from here: http://stackoverflow.com/questions/22676/how-do-i-download-a-file-over-http-using-python
* Fix coding to be utf-8 instead of UTF-8Scott Roland2015-12-041-1/+1
| | | | | | | Old UTF-8 resulted in this error from GNU Emacs: Warning (mule): Invalid coding system `UTF-8' is specified for the current buffer/file by the :coding tag. It is highly recommended to fix it before writing to a file.
* Fix relative PATH to SRCDIRScott Roland2015-11-291-1/+1
|
* Drop bundled zlibPierre Ossman2015-02-031-1/+1
| | | | | We're not doing a sufficient job of keeping this updated so list it as an external requirement instead.
* Move build-xorg to contrib as it is not a maintained componentPierre Ossman2015-01-274-0/+609