Lines Matching +refs:icu +refs:dependencies +refs:mode
8 …'wrap_mode=nofallback', # Use --wrap-mode=default to revert, https://github.com/harfbuzz/harfbuzz/…
122 # painful hack to handle multiple dependencies but also respect options
156 # pkg-config: icu-uc, cmake: ICU but with components
157 icu_dep = dependency('icu-uc', 'ICU',
160 required: get_option('icu'),
163 # painful hack to handle multiple dependencies but also respect options
164 icu_opt = get_option('icu')
170 icu_dep = dependency('icu-uc', version: icu_min_version, method: 'pkg-config', required: icu_opt)
172 if not icu_dep.found() and not get_option('icu').disabled()
176 # fallback will be tried even if the icu option is set to `auto`, but
180 icu_dep = dependency('icu-uc',
183 required: get_option('icu'))
212 dependencies: cairo_dep)
349 …Ref', prefix: '#include <ApplicationServices/ApplicationServices.h>', dependencies: app_services_d…
358 …if cpp.has_type('CTRunRef', prefix: '#include <CoreText/CoreText.h>', dependencies: [coretext_dep,…
399 found = cpp.has_function(name, prefix: check_prefix, dependencies: check_deps)
414 found = cpp.has_function(name, prefix: check_prefix, dependencies: check_deps + extra_deps)