summaryrefslogtreecommitdiff
path: root/open-source-lorries/glew-tarball.lorry
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-10 17:42:28 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-10 17:42:28 +0900
commitb4f0463e4c20b2d8215359931a7df4216811b515 (patch)
tree8aace39dcb5c52a11564e503a3107879fa3df80a /open-source-lorries/glew-tarball.lorry
parentc4ec272fe4dd4ac2f97343912b24ac32a967c996 (diff)
downloadlorries-b4f0463e4c20b2d8215359931a7df4216811b515.tar.gz
Adding glew tarball lorry
The GL Extension Wrangler library - this is a hard requirement for building the mesa-demos package which includes some demos and tools which are helpful for debugging the graphics stack such as glxinfo and glxgears. Using the tarball because the build scripts are really crappy and involve a 'make extensions' step which manually clones sub modules and calls wget. Change-Id: I0ce661a3ae71e55a5bbc91e872a31b3559974b1f
Diffstat (limited to 'open-source-lorries/glew-tarball.lorry')
-rw-r--r--open-source-lorries/glew-tarball.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/glew-tarball.lorry b/open-source-lorries/glew-tarball.lorry
new file mode 100644
index 0000000..a56e21b
--- /dev/null
+++ b/open-source-lorries/glew-tarball.lorry
@@ -0,0 +1,6 @@
+{
+ "glew-tarball": {
+ "type": "tarball",
+ "url": "http://downloads.sourceforge.net/project/glew/glew/1.13.0/glew-1.13.0.tgz"
+ }
+}