• Home
  • Raw
  • Download

Lines Matching refs:get_option

78 if not get_option('freetype').disabled()
89 freetype_dep = dependency('freetype2', required: get_option('freetype'),
95 glib_dep = dependency('glib-2.0', required: get_option('glib'),
97 gobject_dep = dependency('gobject-2.0', required: get_option('gobject'),
99 graphite2_dep = dependency('graphite2', required: get_option('graphite2'))
100 graphite_dep = dependency('graphite2', required: get_option('graphite'))
103 if not get_option('icu').disabled()
114 if get_option('buildtype') == 'debug'
122 icu_dep = dependency('icu-uc', required: get_option('icu'))
128 if not get_option('cairo').disabled()
150 cairo_dep = dependency('cairo', fallback: 'cairo', required: get_option('cairo'))
151 cairo_ft_dep = dependency('cairo-ft', fallback: 'cairo', required: get_option('cairo'))
152 elif get_option('cairo').enabled()
159 chafa_dep = dependency('chafa', version: '>= 1.6.0', required: get_option('chafa'))
200 if get_option('icu_builtin')
204 if get_option('experimental_api')
228 if host_machine.system() == 'windows' and not get_option('gdi').disabled()
229 if (get_option('directwrite').enabled() and
236 dep = cpp.find_library(usplib, required: get_option('gdi'))
248 if host_machine.system() == 'windows' and not get_option('directwrite').disabled()
249 if get_option('directwrite').enabled() and not cpp.has_header('dwrite_1.h')
258 if host_machine.system() == 'darwin' and not get_option('coretext').disabled()
272 elif get_option('coretext').enabled()
337 if not get_option('tests').disabled()
341 if not get_option('benchmark').disabled()
345 if not get_option('docs').disabled()
353 {'prefix': get_option('prefix'),
354 'bindir': get_option('bindir'),
355 'libdir': get_option('libdir'),
356 'includedir': get_option('includedir'),
357 'datadir': get_option('datadir'),
386 {'Tests': get_option('tests').enabled(),
387 'Benchmark': get_option('benchmark').enabled(),