Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/lz4/contrib/meson/meson/
Dmeson.build12 c_std = get_option('c_std')
13 default_library = get_option('default_library')
45 lz4_prefix = get_option('prefix')
46 lz4_bindir = get_option('bindir')
47 lz4_datadir = get_option('datadir')
48 lz4_mandir = get_option('mandir')
55 buildtype = get_option('buildtype')
58 use_debug = get_option('debug')
61 debug_level = get_option('debug_level')
62 use_backtrace = get_option('backtrace')
[all …]
/third_party/pulseaudio/
Dmeson.build56 prefix = get_option('prefix')
59 bindir = join_paths(prefix, get_option('bindir'))
60 includedir = join_paths(prefix, get_option('includedir'))
61 libdir = join_paths(prefix, get_option('libdir'))
62 libexecdir = join_paths(prefix, get_option('libexecdir'))
63 mandir = join_paths(prefix, get_option('mandir'))
64 datadir = join_paths(prefix, get_option('datadir'))
65 localedir = join_paths(prefix, get_option('localedir'))
66 localstatedir = join_paths(prefix, get_option('localstatedir'))
67 sysconfdir = join_paths(prefix, get_option('sysconfdir'))
[all …]
/third_party/harfbuzz/
Dmeson.build77 if not get_option('freetype').disabled()
88 freetype_dep = dependency('freetype2', required: get_option('freetype'),
94 glib_dep = dependency('glib-2.0', required: get_option('glib'),
96 gobject_dep = dependency('gobject-2.0', required: get_option('gobject'),
98 graphite2_dep = dependency('graphite2', required: get_option('graphite'))
101 if not get_option('icu').disabled()
112 if get_option('buildtype') == 'debug'
120 icu_dep = dependency('icu-uc', required: get_option('icu'))
126 if not get_option('cairo').disabled()
148 cairo_dep = dependency('cairo', fallback: 'cairo', required: get_option('cairo'))
[all …]
/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/boost/libs/asio/test/
Dsocket_base.cpp61 sock.get_option(broadcast2); in test()
72 sock.get_option(debug2); in test()
83 sock.get_option(do_not_route2); in test()
94 sock.get_option(keep_alive2); in test()
105 sock.get_option(send_buffer_size2); in test()
114 sock.get_option(send_low_watermark2); in test()
123 sock.get_option(receive_buffer_size2); in test()
132 sock.get_option(receive_low_watermark2); in test()
141 sock.get_option(reuse_address2); in test()
152 sock.get_option(linger2); in test()
[all …]
Dserial_port_base.cpp48 port.get_option(baud_rate2); in test()
57 port.get_option(flow_control2); in test()
66 port.get_option(parity2); in test()
74 port.get_option(stop_bits2); in test()
82 port.get_option(character_size2); in test()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dmeson.build3 if get_option('wpe').enabled()
11 wpe_dep = dependency('wpe-webkit-1.0', version : '>= 2.28', required : get_option('wpe'))
13 wpe_fdo_dep = dependency('wpebackend-fdo-1.0', version : '>= 1.8', required : get_option('wpe'))
14 egl_dep = dependency('egl', required : get_option('wpe'))
15 xkbcommon_dep = dependency('xkbcommon', version : '>= 0.8', required : get_option('wpe'))
16 wl_server_dep = dependency('wayland-server', required : get_option('wpe'))
22 wpe_extension_install_dir = get_option('prefix') / get_option('libdir') / meson.project_name() / 'w…
/third_party/wayland_standard/src/
Dmeson.build11 install: get_option('libraries'),
12 install_dir: join_paths(get_option('prefix'), get_option('includedir'))
26 if get_option('scanner')
52 'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
54 'bindir=' + join_paths('${prefix}', get_option('bindir')),
61 if meson.is_cross_build() or not get_option('scanner')
68 if get_option('libraries')
115 install_dir = join_paths(get_option('prefix'), get_option('includedir'))
182 'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
214 'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
/third_party/gstreamer/gstplugins_base/
Dmeson.build47 plugins_install_dir = join_paths(get_option('libdir'), 'gstreamer-1.0')
48 static_build = get_option('default_library') == 'static'
112 cast_checks = get_option('gobject-cast-checks')
118 glib_asserts = get_option('glib-asserts')
124 glib_checks = get_option('glib-checks')
204 core_conf.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
209 core_conf.set_quoted('GST_DATADIR', join_paths(get_option('prefix'), get_option('datadir')))
212 install_plugins_helper = get_option('install_plugins_helper')
214 install_plugins_helper = join_paths(get_option('prefix'),
215 get_option('libexecdir'),
[all …]
/third_party/wayland_standard/
Dmeson.build45 if get_option('libraries')
71 if get_option('dtd_validation')
91 if get_option('libraries')
95 if get_option('documentation')
100 if get_option('scanner')
109 install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'aclocal'),
/third_party/weston/
Dmeson.build30 dir_prefix = get_option('prefix')
31 dir_bin = join_paths(dir_prefix, get_option('bindir'))
32 dir_data = join_paths(dir_prefix, get_option('datadir'))
35 dir_lib = join_paths(dir_prefix, get_option('libdir'))
36 dir_libexec = join_paths(dir_prefix, get_option('libexecdir'))
41 dir_man = join_paths(dir_prefix, get_option('mandir'))
118 config_h.set10('TEST_GL_RENDERER', get_option('test-gl-renderer'))
120 backend_default = get_option('backend-default')
123 if get_option('backend-' + b)
131 if not get_option('backend-' + backend_default)
[all …]
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dmeson.build15 if host_system != 'windows' or get_option('directsound').disabled()
19 dsound_dep = cc.find_library('dsound', required : get_option('directsound'))
20 winmm_dep = cc.find_library('winmm', required : get_option('directsound'))
21 ole32_dep = cc.find_library('ole32', required : get_option('directsound'))
23 if not have_dsound_h and get_option('directsound').enabled()
/third_party/gstreamer/gstreamer/tests/
Dmeson.build1 if not get_option('benchmarks').disabled()
4 if not get_option('tests').disabled() and gst_check_dep.found()
8 if not get_option('examples').disabled()
11 if not get_option('tools').disabled()
/third_party/gstreamer/gstreamer/
Dmeson.build29 prefix = get_option('prefix')
31 datadir = join_paths(prefix, get_option('datadir'))
32 libexecdir = get_option('libexecdir')
88 cast_checks = get_option('gobject-cast-checks')
94 glib_asserts = get_option('glib-asserts')
100 glib_checks = get_option('glib-checks')
108 cdata.set_quoted('LOCALEDIR', join_paths(prefix, get_option('localedir')))
109 cdata.set_quoted('LIBDIR', join_paths(prefix, get_option('libdir')))
120 cdata.set_quoted('PLUGINDIR', join_paths(get_option('prefix'), get_option('libdir'), 'gstreamer-1.0…
124 cdata.set_quoted('GST_PLUGIN_SUBDIR', get_option('libdir'),
[all …]
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dmeson.build11 if get_option('wasapi').disabled()
13 elif get_option('wasapi').enabled()
18 ole32_dep = cc.find_library('ole32', required : get_option('wasapi'))
19 ksuser_dep = cc.find_library('ksuser', required : get_option('wasapi'))
21 if not have_audioclient_h and get_option('wasapi').enabled()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dmeson.build38 msdk_option = get_option('msdk')
43 mfx_api = get_option('mfx_api')
145 legacy_stdio_dep = cc.find_library('legacy_stdio_definitions', required: get_option('msdk'))
146 d3d11_dep = cc.find_library('d3d11', required: get_option('msdk'))
150 libva_dep = dependency('libva', required: get_option('msdk'))
151 libva_drm_dep = dependency('libva-drm', required: get_option('msdk'))
152 libdl_dep = cc.find_library('dl', required: get_option('msdk'))
153 libgudev_dep = dependency('gudev-1.0', required: get_option('msdk'))
154 libdrm_dep = dependency('libdrm', required: get_option('msdk'))
163 driverdir = join_paths(get_option('prefix'), get_option('libdir'), 'dri')
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dmeson.build4 if get_option('vulkan').disabled()
111 vulkan_dep = cc.find_library('MoltenVK', required : get_option('vulkan'))
123 required : get_option('vulkan'))
145 if not has_vulkan_header and get_option('vulkan').enabled()
148 if not vulkan_dep.found() and get_option('vulkan').enabled()
152 xcb_dep = dependency('xcb', version : '>=1.10', required : get_option('x11'))
153 xkbcommon_dep = dependency('xkbcommon', required : get_option('x11'))
154 xkbcommon_x11_dep = dependency('xkbcommon-x11', required : get_option('x11'))
175 wayland_client_dep = dependency('wayland-client', version : '>=1.4', required : get_option('wayland…
204 …foundation_dep = dependency('appleframeworks', modules : ['Foundation'], required : get_option('vu…
[all …]
/third_party/weston/libweston/backend-drm/
Dmeson.build1 if not get_option('backend-drm')
44 if get_option('renderer-gl')
60 if get_option('backend-drm-screencast-vaapi')
74 if get_option('remoting') or get_option('pipewire')
75 if not get_option('renderer-gl')
/third_party/gstreamer/gstplugins_bad/tests/examples/avsamplesink/
Dmeson.build2 …_dep = dependency('appleframeworks', modules : ['AVFoundation'], required : get_option('examples'))
3 …quartzcore_dep = dependency('appleframeworks', modules : ['QuartzCore'], required : get_option('ex…
4 …ep = dependency('appleframeworks', modules : ['CoreFoundation'], required : get_option('examples'))
5 cocoa_dep = dependency('appleframeworks', modules : ['Cocoa'], required : get_option('examples'))
/third_party/mesa3d/
Dmeson.build38 if get_option('layout') != 'mirror'
55 with_moltenvk_dir = get_option('moltenvk-dir')
56 with_vulkan_icd_dir = get_option('vulkan-icd-dir')
57 with_tests = get_option('build-tests')
58 with_aco_tests = get_option('build-aco-tests')
59 with_glx_read_only_text = get_option('glx-read-only-text')
60 with_glx_direct = get_option('glx-direct')
61 with_osmesa = get_option('osmesa')
62 with_swr_arches = get_option('swr-arches')
63 with_vulkan_overlay_layer = get_option('vulkan-layers').contains('overlay')
[all …]
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dmeson.build1 libxml_dep = dependency('libxml-2.0', version : '>= 2.9.2', required : get_option('ttml'))
2 pango_dep = dependency('pango', required : get_option('ttml'))
3 cairo_dep = dependency('cairo', required : get_option('ttml'))
4 pangocairo_dep = dependency('pangocairo', required : get_option('ttml'))
/third_party/weston/compositor/
Dmeson.build23 if get_option('xwayland')
27 config_h.set_quoted('XSERVER_PATH', get_option('xwayland-path'))
62 'libexecdir=' + join_paths('${prefix}', get_option('libexecdir')),
73 if get_option('screenshare')
99 if get_option('color-management-lcms')
125 if get_option('color-management-colord')
126 if not get_option('color-management-lcms')
162 if get_option('systemd')
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmeson.build5 gtk_dep = dependency('gtk+-3.0', required : get_option('examples'))
6 gtk_x11_dep = dependency('gtk+-x11-3.0', required : get_option('examples'))
7 x11_dep = dependency('x11', required : get_option('examples'))
8 libva_x11_dep = dependency('libva-x11', version: libva_req, required: get_option('examples'))
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dmeson.build7 if host_system != 'windows' or get_option('d3dvideosink').disabled()
11 d3d_dep = cc.find_library('d3d9', required : get_option('d3dvideosink'))
12 gdi_dep = cc.find_library('gdi32', required : get_option('d3dvideosink'))
14 if not have_d3d9_h and get_option('d3dvideosink').enabled()
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
Dmeson.build11 …assert(not get_option('rpicamsrc').enabled(), 'rpicamsrc was enabled by options but will not be bu…
15 if get_option('rpicamsrc').disabled()
19 rpi_inc_path = get_option('rpi-header-dir')
20 rpi_lib_path = get_option('rpi-lib-dir')
29 if get_option('rpicamsrc').enabled()
43 if get_option('rpicamsrc').enabled()

12345678910>>...15