Lines Matching refs:get_option
6 install_dir: join_paths(get_option('includedir'), meson.project_name()))
296 if not has_ragel and get_option('ragel_subproject')
389 if get_option('experimental_api')
403 if get_option('default_library') != 'static'
411 if get_option('fuzzer_ldflags') != ''
461 if get_option('tests').enabled()
565 cmake_config.set('libdir', '${prefix}/@0@'.format(get_option('libdir')))
566 cmake_config.set('includedir', '${prefix}/@0@'.format(get_option('includedir')))
572 install_dir: join_paths(get_option('libdir'), 'cmake', 'harfbuzz'),
610 install_dir: join_paths(get_option('prefix'), get_option('includedir'), meson.project_name()),
633 gir = find_program('g-ir-scanner', required: get_option('introspection'))
634 build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection').enabled())
636 build_gir = build_gir and get_option('default_library') != 'static'
637 if not build_gir and get_option('introspection').enabled()
682 if get_option('introspection').enabled()
687 if get_option('tests').enabled()