From c7f2d440f463be31ae24cbae7ceb6ea72a15e990 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 16 Aug 2023 09:55:23 -0700 Subject: [PATCH] [hb-view] Better cairo version check --- util/view-cairo.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/view-cairo.hh b/util/view-cairo.hh index b44b77b44..c96003c1f 100644 --- a/util/view-cairo.hh +++ b/util/view-cairo.hh @@ -203,7 +203,7 @@ view_cairo_t::render (const font_options_t *font_opts) } // https://github.com/harfbuzz/harfbuzz/issues/4378 -#if CAIRO_VERSION >= 11700 +#if CAIRO_VERSION >= 11705 if (l.num_clusters) cairo_show_text_glyphs (cr, l.utf8, l.utf8_len,