diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2015-12-13 16:34:52 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2015-12-13 16:36:44 +0900 |
commit | 92e684d0eefcd612de52dc901cf3d3238428b187 (patch) | |
tree | 9fb89a1aa58d166bb1604ee800c5ae6470a66717 | |
parent | d2217fa154e26ddfd02ac5c3b489e1591337cc6f (diff) | |
download | lorries-92e684d0eefcd612de52dc901cf3d3238428b187.tar.gz |
Adding xorg libXv lorry
The X11 Video extension library, we already have
xorg videoproto but just missing the library.
Change-Id: I80799f29451b0bfbe3c2b22d22bd5ec60678edcb
-rw-r--r-- | open-source-lorries/xorg-lib-libXv.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/xorg-lib-libXv.lorry b/open-source-lorries/xorg-lib-libXv.lorry new file mode 100644 index 0000000..03e810a --- /dev/null +++ b/open-source-lorries/xorg-lib-libXv.lorry @@ -0,0 +1,6 @@ +{ + "xorg-lib-libXv": { + "type": "git", + "url": "git://anongit.freedesktop.org/xorg/lib/libXv" + } +} |