Lines Matching refs:get_option
14 if get_option('arch') != 'auto'
15 arch = get_option('arch')
20 gpu = get_option('gpu')
21 version = get_option('version')
22 subversion = get_option('subversion')
23 platform = get_option('platform')
24 opencl_icd = get_option('opencl-icd')
25 vendor_package = get_option('vendor-package')
26 hooks_opts = get_option('hooks')
27 wrappers_opts = get_option('wrappers')
28 optimize = get_option('optimize-level')
96 wrapper_libdir = get_option('libdir') / 'mali'
98 wrapper_libdir = get_option('libdir')
198 install_dir : get_option('libdir'),
231 install_dir : get_option('sysconfdir') / 'OpenCL' / 'vendors',
243 install_dir : get_option('datadir') / 'vulkan' / 'icd.d',
255 install_dir : get_option('includedir') / dst,
269 if get_option('with-overlay')
272 install_dir : get_option('sysconfdir') / 'init.d')
273 install_data('overlay/px3seBase', install_dir : get_option('bindir'))
278 install_dir : get_option('sysconfdir') / 'init.d')
292 command : ['echo', get_option('prefix') / wrapper_libdir],
296 elif get_option('khr-header')
300 install_dir : get_option('includedir') / 'KHR',
306 install_data(libs, install_dir : get_option('libdir'))
310 get_option('libdir'), default_lib)
314 meson.add_install_script('scripts/fixup_nowrap.sh', get_option('libdir'))
319 meson.add_install_script('scripts/fixup_nox11.sh', get_option('includedir'))