summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-10-03 11:34:16 +0100
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-10-03 11:34:16 +0100
commitdbf7d23de38b1a17ed99fd573eb16ff51bf95023 (patch)
tree63646d0530ceb9cc84231f2c4cdddb0c8e104faf
parente88684ad5dc27d3a1a689c50f966625e9cbe43d1 (diff)
downloadlorries-dbf7d23de38b1a17ed99fd573eb16ff51bf95023.tar.gz
Lorry GLU and GLUT
-rw-r--r--open-source-lorries/glu.lorry10
-rw-r--r--open-source-lorries/glut.lorry10
2 files changed, 20 insertions, 0 deletions
diff --git a/open-source-lorries/glu.lorry b/open-source-lorries/glu.lorry
new file mode 100644
index 0000000..58722bc
--- /dev/null
+++ b/open-source-lorries/glu.lorry
@@ -0,0 +1,10 @@
+{
+ "glu": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/mesa/glu",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
+ }
+}
diff --git a/open-source-lorries/glut.lorry b/open-source-lorries/glut.lorry
new file mode 100644
index 0000000..54c0a52
--- /dev/null
+++ b/open-source-lorries/glut.lorry
@@ -0,0 +1,10 @@
+{
+ "glut": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/mesa/glut",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
+ }
+}