diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-02-12 01:04:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-02-12 01:05:18 +0100 |
commit | c9e0d415119d2dd218508445d0083e761e7be576 (patch) | |
tree | 34d0012a2f17fa66c220e0de3a7393628c592c1c /package/libass | |
parent | 077915e15b57b396eb0581269e3e32f8b4ff79ba (diff) |
libass needs harfbuzz
Diffstat (limited to 'package/libass')
-rw-r--r-- | package/libass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libass/Makefile b/package/libass/Makefile index b7cf2d2f5..f9bcc9906 100644 --- a/package/libass/Makefile +++ b/package/libass/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_HASH:= f0da0bbfba476c16ae3e1cfd862256d30915911f7abaa1b16ce62ee653192784 PKG_DESCR:= portable subtitle renderer PKG_SECTION:= libs/video -PKG_DEPENDS:= fribidi fontconfig -PKG_BUILDDEP:= fribidi fontconfig +PKG_DEPENDS:= fribidi fontconfig harfbuzz +PKG_BUILDDEP:= fribidi fontconfig harfbuzz PKG_SITES:= https://github.com/libass/libass/releases/download/$(PKG_VERSION)/ PKG_OPTS:= dev |