diff options
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) |