[meson] mark meson as tested

tested in a CI bot that in a `-Dcoretext=enabled` build, `build/util/hb-shape --shaper=ot` works fine.
This commit is contained in:
Ebrahim Byagowi 2020-07-06 16:30:59 +04:30 committed by GitHub
parent ba810ce83d
commit 52199349aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)