diff options
author | fuzzard <fuzzard@kodi.tv> | 2023-01-29 14:13:06 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2023-03-07 15:39:16 +1000 |
commit | c8487ea0eb59b8c1cd9c999ab4c76d52328c8f84 (patch) | |
tree | a1f43277c0a887f96c83f79a86c1ed1b1e2012e1 /tools/depends/target/Makefile | |
parent | 7019dc5b1228f8b819c45d4de08d2ce932cf569a (diff) |
[tools/depends][target] introduce libunibreak
new dependency for libass
Diffstat (limited to 'tools/depends/target/Makefile')
-rw-r--r-- | tools/depends/target/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index e0ce2b9c1e..f32ab42d82 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -33,6 +33,7 @@ DEPENDS = \ libplist \ libpng \ libshairplay \ + libunibreak \ libusb \ libxml2 \ libxslt \ @@ -134,7 +135,7 @@ fribidi: meson-cross-file gettext: $(ICONV) gnutls: nettle $(ZLIB) harfbuzz: meson-cross-file freetype2-noharfbuzz $(ICONV) -libass: fontconfig fribidi harfbuzz libpng freetype2 expat $(ICONV) +libass: fontconfig fribidi harfbuzz libpng libunibreak freetype2 expat $(ICONV) libbluray: fontconfig freetype2 $(ICONV) udfread libxml2 libcdio-gplv3: $(ICONV) libcdio: $(ICONV) |