summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/*"
+ ]
+ }
+}