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)