[meson] Update Cairo subproject
This commit is contained in:
parent
ed68db2c01
commit
67e652cd5d
|
@ -207,6 +207,7 @@ if cairo_dep.found()
|
|||
conf.set('HAVE_CAIRO', 1)
|
||||
if cairo_dep.type_name() == 'internal'
|
||||
conf.set('HAVE_CAIRO_USER_FONT_FACE_SET_RENDER_COLOR_GLYPH_FUNC', 1)
|
||||
conf.set('HAVE_CAIRO_FONT_OPTIONS_GET_CUSTOM_PALETTE_COLOR', 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}]]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
directory=cairo
|
||||
url=https://gitlab.freedesktop.org/cairo/cairo.git
|
||||
depth=1
|
||||
revision=47645dd674d9df4c72a10125abfb7966f59efabc
|
||||
revision=ea51a5d66aaae74cdb436d5de4c429e1f1609aba
|
||||
|
||||
[provide]
|
||||
dependency_names = cairo
|
||||
|
|
Loading…
Reference in New Issue