summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-13 02:55:52 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-13 02:55:52 +0100
commitec86a6ca4c22204bad4ee79ef700368cfda922e6 (patch)
treea14b9f8debe1f4ec25d8c865af9f129bd38e20cc /open-source-lorries
parent73d5646d2415b6ca669be1948ca05af1359797b2 (diff)
downloadlorries-ec86a6ca4c22204bad4ee79ef700368cfda922e6.tar.gz
Add extra X11 lorries needed for building the Enlightenment window maanger
Diffstat (limited to 'open-source-lorries')
-rw-r--r--open-source-lorries/libxcursor.lorry6
-rw-r--r--open-source-lorries/libxp.lorry6
-rw-r--r--open-source-lorries/libxscrnsaver.lorry6
-rw-r--r--open-source-lorries/printproto.lorry6
-rw-r--r--open-source-lorries/scrnsaverproto.lorry6
5 files changed, 30 insertions, 0 deletions
diff --git a/open-source-lorries/libxcursor.lorry b/open-source-lorries/libxcursor.lorry
new file mode 100644
index 0000000..425f9d5
--- /dev/null
+++ b/open-source-lorries/libxcursor.lorry
@@ -0,0 +1,6 @@
+{
+ "libxcursor": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/xorg/lib/libXcursor"
+ }
+}
diff --git a/open-source-lorries/libxp.lorry b/open-source-lorries/libxp.lorry
new file mode 100644
index 0000000..63e08fc
--- /dev/null
+++ b/open-source-lorries/libxp.lorry
@@ -0,0 +1,6 @@
+{
+ "libxp": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/xorg/lib/libXp"
+ }
+}
diff --git a/open-source-lorries/libxscrnsaver.lorry b/open-source-lorries/libxscrnsaver.lorry
new file mode 100644
index 0000000..b3e7020
--- /dev/null
+++ b/open-source-lorries/libxscrnsaver.lorry
@@ -0,0 +1,6 @@
+{
+ "libxscrnsaver": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/xorg/lib/libXScrnSaver"
+ }
+}
diff --git a/open-source-lorries/printproto.lorry b/open-source-lorries/printproto.lorry
new file mode 100644
index 0000000..6308db0
--- /dev/null
+++ b/open-source-lorries/printproto.lorry
@@ -0,0 +1,6 @@
+{
+ "printproto": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/xorg/proto/printproto"
+ }
+}
diff --git a/open-source-lorries/scrnsaverproto.lorry b/open-source-lorries/scrnsaverproto.lorry
new file mode 100644
index 0000000..f866ba6
--- /dev/null
+++ b/open-source-lorries/scrnsaverproto.lorry
@@ -0,0 +1,6 @@
+{
+ "scrnsaverproto": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/xorg/proto/scrnsaverproto"
+ }
+}