[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:
parent
ba810ce83d
commit
52199349aa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue