diff options
author | fuzzard <fuzzard@kodi.tv> | 2022-02-02 15:02:21 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-02-02 15:02:21 +1000 |
commit | 393ab58ce19154460250905175895841698492ca (patch) | |
tree | b664ec02c2eb8b3b33e7125d45338570f60f2efa /tools/depends/target/Makefile | |
parent | d06e572c508017ca6cad928ab261bbe1cda40d84 (diff) |
[tools/depends][target] fix libbluray dependency on libudfread
Diffstat (limited to 'tools/depends/target/Makefile')
-rw-r--r-- | tools/depends/target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index 6b84c79a04..b9c12108e9 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -144,7 +144,7 @@ gettext: $(ICONV) gnutls: nettle $(ZLIB) harfbuzz: meson-cross-file freetype2-noharfbuzz $(ICONV) libass: fontconfig fribidi harfbuzz libpng freetype2 expat $(ICONV) -libbluray: fontconfig freetype2 $(ICONV) libxml2 +libbluray: fontconfig freetype2 $(ICONV) libudfread libxml2 libcdio-gplv3: $(ICONV) libcdio: $(ICONV) libcec: p8-platform |