[meson] mark meson as tested

tested in a CI bot that in a `-Dcoretext=enabled` build, `build/util/hb-shape --shaper=ot` works fine.
pull/2548/head
Ebrahim Byagowi 5 years ago committed by GitHub
parent ba810ce83d
commit 52199349aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)

Loading…
Cancel
Save