Skip to content

Commit a1934c2

Browse files
committed
Rename FreeType wrap to plain freetype2
Bundled HarfBuzz may use it, so we need to keep the names matching.
1 parent 8f3c12d commit a1934c2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

extern/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else
1616
LOCAL_FREETYPE_VERSION = '2.13.3'
1717

1818
freetype_proj = subproject(
19-
f'freetype-@LOCAL_FREETYPE_VERSION@',
19+
'freetype2',
2020
default_options: [
2121
'default_library=static',
2222
'brotli=disabled',
File renamed without changes.

0 commit comments

Comments
 (0)