Lines Matching refs:get_option
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'),
315 fallback : ['gst-plugins-base', 'gstgl_dep'], required: get_option('gl'))
317 fallback : ['gst-plugins-base', 'gstglproto_dep'], required: get_option('gl'))
375 x11_dep = dependency('x11', required : get_option('x11'))
428 orc_dep = dependency('orc-0.4', version : orc_req, required : get_option('orc'),
430 orcc = find_program('orcc', required : get_option('orc'))
439 cdata.set('GST_ENABLE_EXTRA_CHECKS', not get_option('extra-checks').disabled())
473 gir = find_program('g-ir-scanner', required : get_option('introspection'))
475 build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection').enabled())
482 presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')
486 if get_option('default_library') == 'shared'
509 gpl_allowed = get_option('gpl').allowed()
543 if find_program('xgettext', required : get_option('nls')).found()