summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-02 15:39:02 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-02 15:39:02 +0100
commit4996958f10ccfb2c13eb2cc35d2fed597349cf37 (patch)
tree6b8e39052041058ed4fa78131386581e22409c96
parent626f072d262548a9fc761f665360851032786561 (diff)
downloadlorries-4996958f10ccfb2c13eb2cc35d2fed597349cf37.tar.gz
Add xcb lorries
-rw-r--r--open-source-lorries/xcb-libxcb.lorry6
-rw-r--r--open-source-lorries/xcb-proto.lorry6
-rw-r--r--open-source-lorries/xcb-pthread-stubs.lorry6
-rw-r--r--open-source-lorries/xcb-util.lorry6
4 files changed, 24 insertions, 0 deletions
diff --git a/open-source-lorries/xcb-libxcb.lorry b/open-source-lorries/xcb-libxcb.lorry
new file mode 100644
index 0000000..8015a95
--- /dev/null
+++ b/open-source-lorries/xcb-libxcb.lorry
@@ -0,0 +1,6 @@
+{
+ "xcb-libxcb": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/xcb/util"
+ }
+}
diff --git a/open-source-lorries/xcb-proto.lorry b/open-source-lorries/xcb-proto.lorry
new file mode 100644
index 0000000..9bf52c0
--- /dev/null
+++ b/open-source-lorries/xcb-proto.lorry
@@ -0,0 +1,6 @@
+{
+ "xcb-proto": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/xcb/proto"
+ }
+}
diff --git a/open-source-lorries/xcb-pthread-stubs.lorry b/open-source-lorries/xcb-pthread-stubs.lorry
new file mode 100644
index 0000000..e12e3b9
--- /dev/null
+++ b/open-source-lorries/xcb-pthread-stubs.lorry
@@ -0,0 +1,6 @@
+{
+ "xcb-pthread-stubs": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/xcb/pthread-stubs"
+ }
+}
diff --git a/open-source-lorries/xcb-util.lorry b/open-source-lorries/xcb-util.lorry
new file mode 100644
index 0000000..690ce82
--- /dev/null
+++ b/open-source-lorries/xcb-util.lorry
@@ -0,0 +1,6 @@
+{
+ "xcb-util": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/xcb/util"
+ }
+}