ports: Cleanup dependencies and configure flags

This commit is contained in:
2026-05-25 16:25:29 +03:00
parent 05250083b9
commit c0ce647c74
12 changed files with 16 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
NAME='harfbuzz'
VERSION='12.2.0'
DOWNLOAD_URL="https://github.com/harfbuzz/harfbuzz/releases/download/$VERSION/harfbuzz-$VERSION.tar.xz#ecb603aa426a8b24665718667bda64a84c1504db7454ee4cadbd362eea64e545"
DEPENDENCIES=('glib' 'freetype')
DEPENDENCIES=('glib' 'freetype' 'icu')
CONFIGURE_OPTIONS=(
'-Dprefix=/usr'
'-Dtests=disabled'