diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-07-27 21:51:14 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-07-27 21:51:14 +0200 |
commit | c3f7450eec7987c6148c251e2b71d95d21a48a44 (patch) | |
tree | be67255dafb38c23434b57bf132d810797fd1bcb /tools/depends/target/Makefile | |
parent | cec8071d20f6fa82a20d90675b3f1938278d9590 (diff) |
[depends] libcdio requires libiconv
libcdio requires libiconv at least since version 0.7.8 if ISO-9660 Joliet extension support isn't disabled
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 8f6d39a16d..d17347a8f5 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -84,6 +84,7 @@ libass: fontconfig fribidi libpng freetype2 expat $(ICONV) libmicrohttpd: gnutls libgcrypt libgpg-error python27: expat gettext libxml2 sqlite3 openssl libffi libcdio: $(ICONV) +libcdio-gplv3: $(ICONV) libplist: libxml2 $(ZLIB) libbluray: $(ICONV) libxml2 libssh: libgcrypt openssl $(ZLIB) |