From ec86a6ca4c22204bad4ee79ef700368cfda922e6 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Mon, 13 May 2013 02:55:52 +0100 Subject: Add extra X11 lorries needed for building the Enlightenment window maanger --- open-source-lorries/libxcursor.lorry | 6 ++++++ open-source-lorries/libxp.lorry | 6 ++++++ open-source-lorries/libxscrnsaver.lorry | 6 ++++++ open-source-lorries/printproto.lorry | 6 ++++++ open-source-lorries/scrnsaverproto.lorry | 6 ++++++ 5 files changed, 30 insertions(+) create mode 100644 open-source-lorries/libxcursor.lorry create mode 100644 open-source-lorries/libxp.lorry create mode 100644 open-source-lorries/libxscrnsaver.lorry create mode 100644 open-source-lorries/printproto.lorry create mode 100644 open-source-lorries/scrnsaverproto.lorry (limited to 'open-source-lorries') 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" + } +} -- cgit v1.2.1