Skip to content

Commit bae2f91

Browse files
committed
Update bundled HarfBuzz to 12.3.0
1 parent 24a8a8d commit bae2f91

File tree

3 files changed

+15
-46
lines changed

3 files changed

+15
-46
lines changed

extern/meson.build

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,25 @@ else
3030
subproject('harfbuzz',
3131
default_options: [
3232
'default_library=static',
33+
'benchmark=disabled',
3334
'cairo=disabled',
35+
'chafa=disabled',
3436
'coretext=disabled',
3537
'directwrite=disabled',
38+
'docs=disabled',
39+
'doc_tests=false',
3640
'fontations=disabled',
3741
'freetype=enabled',
3842
'gdi=disabled',
3943
'glib=disabled',
4044
'gobject=disabled',
41-
'harfruzz=disabled',
45+
'harfrust=disabled',
4246
'icu=disabled',
47+
'introspection=disabled',
48+
'kbts=disabled',
4349
'tests=disabled',
50+
'utilities=disabled',
51+
'wasm=disabled',
4452
]
4553
)
4654
subproject('sheenbidi', default_options: ['default_library=static'])

subprojects/harfbuzz.wrap

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[wrap-file]
2-
directory = harfbuzz-11.2.1
3-
source_url = https://github.com/harfbuzz/harfbuzz/releases/download/11.2.1/harfbuzz-11.2.1.tar.xz
4-
source_filename = harfbuzz-11.2.1.tar.xz
5-
source_hash = 093714c8548a285094685f0bdc999e202d666b59eeb3df2ff921ab68b8336a49
6-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/harfbuzz_11.2.1-1/harfbuzz-11.2.1.tar.xz
7-
wrapdb_version = 11.2.1-1
8-
9-
# This patch allows using our bundled FreeType.
10-
diff_files = harfbuzz-11.2.0-bundle-freetype.patch
2+
directory = harfbuzz-12.3.0
3+
source_url = https://github.com/harfbuzz/harfbuzz/releases/download/12.3.0/harfbuzz-12.3.0.tar.xz
4+
source_filename = harfbuzz-12.3.0.tar.xz
5+
source_hash = 8660ebd3c27d9407fc8433b5d172bafba5f0317cb0bb4339f28e5370c93d42b7
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/harfbuzz_12.3.0-1/harfbuzz-12.3.0.tar.xz
7+
wrapdb_version = 12.3.0-1
118

129
[provide]
1310
dependency_names = harfbuzz, harfbuzz-cairo, harfbuzz-gobject, harfbuzz-icu, harfbuzz-subset

subprojects/packagefiles/harfbuzz-11.2.0-bundle-freetype.patch

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)