/third_party/libfuse/util/ |
D | meson.build | 1 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/pulseaudio/ |
D | meson.build | 56 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/ |
D | meson.build | 77 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/ |
D | meson.build | 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() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | meson.build | 3 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/gstreamer/gstplugins_base/ |
D | meson.build | 47 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/lz4/contrib/meson/meson/ |
D | meson.build | 26 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/ |
D | meson.build | 22 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/gstreamer/gstreamer/ |
D | meson.build | 29 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/mesa3d/ |
D | meson.build | 46 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/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | meson.build | 4 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/gstreamer/gstplugins_bad/sys/msdk/ |
D | meson.build | 38 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/sys/directsound/ |
D | meson.build | 15 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/gstplugins_bad/sys/wasapi/ |
D | meson.build | 11 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/libdrm/ |
D | meson.build | 34 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/gstreamer/gstreamer/tests/ |
D | meson.build | 1 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/gstplugins_bad/ |
D | meson.build | 37 plugins_install_dir = join_paths(get_option('libdir'), 'gstreamer-1.0') 38 static_build = get_option('default_library') == 'static' 120 cast_checks = get_option('gobject-cast-checks') 126 glib_asserts = get_option('glib-asserts') 132 glib_checks = get_option('glib-checks') 203 cdata.set_quoted('LIBDIR', join_paths(get_option('prefix'), get_option('libdir'))) 204 cdata.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir'))) 252 gst_package_name = get_option('package-name') 263 cdata.set_quoted('GST_PACKAGE_ORIGIN', get_option('package-origin')) 310 required : get_option('tests'), [all …]
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | meson.build | 11 …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()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | meson.build | 73 ptp_helper_setuid_user = get_option('ptp-helper-setuid-user') 78 ptp_helper_setuid_group = get_option('ptp-helper-setuid-group') 85 with_ptp_helper_permissions = get_option('ptp-helper-permissions') 125 install_dir : join_paths(get_option('datadir'), 'gstreamer-@0@'.format(apiversion), 'gdb')) 129 gdbconf.set('DATADIR', '@0@/@1@'.format(get_option('prefix'), get_option('datadir'))) 134 …gdb_install_dir = join_paths(get_option('datadir'), 'gdb', 'auto-load', './' + get_option('prefix'…
|
/third_party/gstreamer/gstplugins_bad/tests/examples/avsamplesink/ |
D | meson.build | 2 …_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/gstreamer/gstplugins_bad/ext/sctp/ |
D | meson.build | 8 if get_option('sctp').disabled() 16 if not get_option('sctp-internal-usrsctp').enabled() 25 if get_option('sctp-internal-usrsctp').disabled() and not found_system_usrsctp 26 if get_option('sctp').enabled() 40 if get_option('sctp').enabled() and not sctp_dep.found()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | meson.build | 1 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/gstreamer/gstplugins_bad/tests/examples/va/ |
D | meson.build | 5 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/ |
D | meson.build | 7 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/mesa3d/src/intel/tools/ |
D | meson.build | 79 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'),
|