mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
meson fix
This commit is contained in:
parent
eb00088bcf
commit
10def9b3df
1 changed files with 1 additions and 1 deletions
|
@ -213,8 +213,8 @@ if cairo_dep.found()
|
|||
conf.set('HAVE_CAIRO_USER_FONT_FACE_SET_RENDER_COLOR_GLYPH_FUNC', 1)
|
||||
else
|
||||
check_funcs += [['cairo_user_font_face_set_render_color_glyph_func', {'deps': cairo_dep}]]
|
||||
check_funcs += [['cairo_font_options_get_custom_palette_color', {'deps': cairo_dep}]]
|
||||
endif
|
||||
check_funcs += [['cairo_font_options_get_custom_palette_color', {'deps': cairo_dep}]]
|
||||
endif
|
||||
|
||||
if cairo_ft_dep.found()
|
||||
|
|
Loading…
Add table
Reference in a new issue