diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2015-11-05 17:41:50 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2015-11-05 17:41:50 +0900 |
commit | 340ac09f7a31613ecb1352f8d597a4e3e72b699f (patch) | |
tree | ba0b11ae3164aafe12deb56d08e58f49630f7371 | |
parent | 588b1e16aee306203e769ecd53a096ead13f3dc5 (diff) | |
download | lorries-340ac09f7a31613ecb1352f8d597a4e3e72b699f.tar.gz |
Adding libexif lorry
This is a hard requirement for gnome-color-manager, and is also
an optional dependency for some other GNOME modules, namely nautilus
will use libexif if possible.
Change-Id: Ia107d7b2cf897712a9a579c872860a63f5edab9a
-rw-r--r-- | open-source-lorries/libexif.lorry | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/open-source-lorries/libexif.lorry b/open-source-lorries/libexif.lorry new file mode 100644 index 0000000..7605c76 --- /dev/null +++ b/open-source-lorries/libexif.lorry @@ -0,0 +1,7 @@ +{ + "libexif": { + "type": "cvs", + "url": ":pserver:anonymous@libexif.cvs.sourceforge.net:/cvsroot/libexif", + "module": "libexif" + } +} |