Home
last modified time | relevance | path

Searched refs:get_option (Results 1 – 25 of 67) sorted by relevance

123

/third_party/pulseaudio/
Dmeson.build60 prefix = get_option('prefix')
63 bindir = join_paths(prefix, get_option('bindir'))
64 includedir = join_paths(prefix, get_option('includedir'))
65 libdir = join_paths(prefix, get_option('libdir'))
66 libexecdir = join_paths(prefix, get_option('libexecdir'))
67 mandir = join_paths(prefix, get_option('mandir'))
68 datadir = join_paths(prefix, get_option('datadir'))
69 localedir = join_paths(prefix, get_option('localedir'))
70 localstatedir = join_paths(prefix, get_option('localstatedir'))
71 sysconfdir = join_paths(prefix, get_option('sysconfdir'))
[all …]
/third_party/libfuse/util/
Dmeson.build1 fuseconf_path = join_paths(get_option('prefix'), get_option('sysconfdir'), 'fuse.conf')
6 install_dir: get_option('bindir'),
13 install_dir: get_option('sbindir'),
17 udevrulesdir = get_option('udevrulesdir')
30 join_paths(get_option('prefix'), get_option('sysconfdir')),
31 join_paths(get_option('prefix'), get_option('bindir')),
33 '@0@'.format(get_option('useroot')),
34 get_option('initscriptdir'))
/third_party/skia/third_party/externals/harfbuzz/
Dmeson.build78 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()
[all …]
/third_party/lz4/contrib/meson/meson/
Dmeson.build26 if get_option('debug')
37 '-DLZ4_DEBUG=@0@'.format(get_option('debug-level')),
44 if get_option('memory-usage') > 0
46 '-DLZ4_MEMORY_USAGE=@0@'.format(get_option('memory-usage')),
53 if get_option('programs')
57 if get_option('tests')
61 if get_option('contrib')
65 if get_option('examples')
/third_party/lz4/contrib/meson/meson/lib/
Dmeson.build22 if host_machine.system() == 'windows' and get_option('default_library') != 'static'
26 if get_option('unstable')
28 if get_option('default_library') != 'static'
46 if get_option('tests') or get_option('programs') or get_option('examples')
74 if get_option('default_library') != 'shared'
/third_party/mesa3d/
Dmeson.build46 if get_option('layout') != 'mirror'
63 with_moltenvk_dir = get_option('moltenvk-dir')
64 with_vulkan_icd_dir = get_option('vulkan-icd-dir')
65 with_tests = get_option('build-tests')
66 with_aco_tests = get_option('build-aco-tests')
67 with_glx_read_only_text = get_option('glx-read-only-text')
68 with_glx_direct = get_option('glx-direct')
69 with_osmesa = get_option('osmesa')
70 with_vulkan_overlay_layer = get_option('vulkan-layers').contains('overlay')
71 with_vulkan_device_select_layer = get_option('vulkan-layers').contains('device-select')
[all …]
/third_party/libdrm/
Dmeson.build34 config.set10('UDEV', get_option('udev'))
35 with_freedreno_kgsl = get_option('freedreno-kgsl')
36 with_install_tests = get_option('install-test-programs')
86 _intel = get_option('intel')
97 _radeon = get_option('radeon')
107 _amdgpu = get_option('amdgpu')
117 _nouveau = get_option('nouveau')
127 _vmwgfx = get_option('vmwgfx')
134 _omap = get_option('omap')
144 _freedreno = get_option('freedreno')
[all …]
/third_party/mesa3d/src/intel/tools/
Dmeson.build79 join_paths(get_option('prefix'), get_option('libexecdir'))
83 join_paths(get_option('prefix'), get_option('libdir'))
88 install_dir : get_option('bindir'),
101 install_dir : get_option('libexecdir'),
108 install_dir : get_option('bindir'),
124 install_dir : get_option('libexecdir'),
132 install_dir : get_option('bindir'),
/third_party/mesa3d/src/gallium/targets/lavapipe/
Dmeson.build18 module_dir = join_paths(get_option('prefix'), get_option('libdir'))
20 module_dir = join_paths(get_option('prefix'), get_option('bindir'))
/third_party/libinput/
Dmeson.build9 dir_data = get_option('prefix') / get_option('datadir') / 'libinput'
10 dir_etc = get_option('prefix') / get_option('sysconfdir')
11 dir_overrides = get_option('prefix') / get_option('sysconfdir') / 'libinput'
12 dir_libexec = get_option('prefix') / get_option('libexecdir') / 'libinput'
13 dir_lib = get_option('prefix') / get_option('libdir')
14 dir_man1 = get_option('prefix') / get_option('mandir') / 'man1'
15 dir_system_udev = get_option('prefix') / 'lib' / 'udev'
20 dir_udev = get_option('udev-dir')
81 if get_option('buildtype') == 'debug' or get_option('buildtype') == 'debugoptimized'
105 if get_option('coverity')
[all …]
/third_party/skia/third_party/externals/zlib/contrib/bench/
Dzlib_bench.cc297 char* get_option(int argc, char* argv[], const char* option) { in get_option() function
319 if (get_option(argc, argv, "zlib")) in main()
321 else if (get_option(argc, argv, "gzip")) in main()
323 else if (get_option(argc, argv, "raw")) in main()
329 if (get_option(argc, argv, "--compression")) { in main()
332 } else if (get_option(argc, argv, "--huffman")) { in main()
334 } else if (get_option(argc, argv, "--rle")) { in main()
/third_party/lz4/contrib/meson/meson/programs/
Dmeson.build25 export_dynamic: get_option('debug') and host_machine.system() == 'windows',
35 install_dir: get_option('bindir'),
40 install_dir: get_option('mandir') / 'man1',
/third_party/skia/third_party/externals/harfbuzz/src/
Dmeson.build6 install_dir: 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: get_option('libdir') / 'cmake' / 'harfbuzz',
608 install_dir: get_option('prefix') / get_option('includedir') / meson.project_name(),
[all …]
/third_party/unity/
Dmeson.build26 build_fixture = get_option('extension_fixture')
27 build_memory = get_option('extension_memory')
28 support_double = get_option('support_double')
/third_party/python/Lib/test/
Dtest_optparse.py354 opt1 = self.parser.get_option("-v")
362 opt1 = self.parser.get_option("-v")
363 opt2 = self.parser.get_option("--verbose")
364 opt3 = self.parser.get_option("-n")
365 opt4 = self.parser.get_option("--noisy")
373 self.assertTrue(self.parser.get_option("-v") is None)
374 self.assertTrue(self.parser.get_option("--verbose") is None)
375 self.assertTrue(self.parser.get_option("-n") is None)
376 self.assertTrue(self.parser.get_option("--noisy") is None)
443 self.assertEqual(self.parser.get_option("-s").type, "string")
[all …]
/third_party/libinput/completion/zsh/
Dmeson.build1 zshcompletiondir = get_option('zshcompletiondir')
3 zshcompletiondir = get_option('datadir') / 'zsh' / 'site-functions'
/third_party/pulseaudio/src/utils/
Dmeson.build1 if get_option('client')
47 if get_option('daemon')
77 if get_option('client')
/third_party/mesa3d/src/microsoft/vulkan/
Dmeson.build97 module_dir = join_paths(get_option('prefix'), get_option('libdir'))
99 module_dir = join_paths(get_option('prefix'), get_option('bindir'))
/third_party/skia/third_party/externals/freetype/
Dmeson.build52 freetype_includedir = join_paths(get_option('includedir'), 'freetype2')
197 mmap_option = get_option('mmap')
266 required: get_option('zlib'),
278 required: get_option('bzip2'))
288 required: get_option('png'),
299 required: get_option('harfbuzz'))
308 required: get_option('brotli'))
398 if get_option('tests').enabled()
/third_party/pulseaudio/shell-completion/bash/
Dmeson.build4 if get_option('daemon')
19 if get_option('client')
/third_party/pulseaudio/src/modules/bluetooth/
Dmeson.build17 if get_option('bluez5-native-headset')
21 if get_option('bluez5-ofono-headset')
/third_party/libfuse/
Dmeson.build119 if get_option('disable-libc-symbol-version')
196 install: true, install_dir: join_paths(get_option('includedir'), 'fuse3'))
208 if get_option('utils') and not platform.endswith('bsd') and platform != 'dragonfly'
212 if get_option('examples')
216 if get_option('tests')
/third_party/pulseaudio/src/tests/
Dmeson.build12 if get_option('client')
55 if get_option('daemon')
133 if get_option('client')
149 if get_option('daemon')
234 if get_option('daemon')
/third_party/libfuse/lib/
Dmeson.build35 fusermount_path = join_paths(get_option('prefix'), get_option('bindir'))
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dmeson.build15 if get_option('fuzzer_ldflags') == ''
18 fuzzer_ldflags += get_option('fuzzer_ldflags').split()

123