diff options
author | Miguel Borges de Freitas <92enen@gmail.com> | 2023-11-16 16:49:30 +0000 |
---|---|---|
committer | Miguel Borges de Freitas <92enen@gmail.com> | 2024-06-22 15:39:00 +0100 |
commit | c908d1c849c5a1f6eb6a6b85df4d02394dfdce60 (patch) | |
tree | d3847afe4038332840607954da50faabb50bd6c4 /tools/depends/target/Makefile | |
parent | f2b3913b64138c30bacfb7fbbc8ba0736eda6b3d (diff) |
[depends] Add exiv2 to depends
Co-authored-by: fuzzard <fuzzard@kodi.tv>
Diffstat (limited to 'tools/depends/target/Makefile')
-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 e47e8bff26..a815853007 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -152,6 +152,7 @@ download: $(DOWNLOAD_TARGETS) crossguid: $(LIBUUID) curl: brotli openssl nghttp2 $(ZLIB) dbus: expat +exiv2: $(ICONV) $(ZLIB) expat ffmpeg: $(ICONV) $(ZLIB) bzip2 gnutls dav1d $(LIBVA) fontconfig: freetype2 expat $(ICONV) $(LIBUUID) freetype2: bzip2 harfbuzz $(ZLIB) |