From 52199349aa898ae64ec83896d2a0edf6284a0715 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Mon, 6 Jul 2020 16:30:59 +0430 Subject: [PATCH] [meson] mark meson as tested tested in a CI bot that in a `-Dcoretext=enabled` build, `build/util/hb-shape --shaper=ot` works fine. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 65d4e3478..80db2813a 100644 --- a/meson.build +++ b/meson.build @@ -249,7 +249,7 @@ if host_machine.system() == 'windows' and not get_option('directwrite').disabled endif endif -# CoreText (macOS) - FIXME: untested +# CoreText (macOS) coretext_deps = [] if host_machine.system() == 'darwin' and not get_option('coretext').disabled() app_services_dep = dependency('appleframeworks', modules: ['ApplicationServices'], required: false)