diff options
author | Miguel Borges de Freitas <92enen@gmail.com> | 2023-11-16 16:49:54 +0000 |
---|---|---|
committer | Miguel Borges de Freitas <92enen@gmail.com> | 2024-06-22 15:39:01 +0100 |
commit | 197a3e6d2e80878f5f3f827b3a9073118b59bd51 (patch) | |
tree | 553cb6d3783dd309471ac161d84e29475319701f /tools | |
parent | c7284f5db080c97d8cfb73469b8e6711ddca11a0 (diff) |
Pictures: Move to exiv2 for image metadata retrieval (exif and iptc)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index a815853007..35140b4a58 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -9,6 +9,7 @@ DEPENDS = \ brotli \ bzip2 \ dav1d \ + exiv2 \ expat \ ffmpeg \ fontconfig \ |