• Home
  • Raw
  • Download

Lines Matching refs:get_option

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'),
270 gst_package_name = get_option('package-name')
281 core_conf.set_quoted('GST_PACKAGE_ORIGIN', get_option('package-origin'))
288 core_conf.set('AUDIORESAMPLE_FORMAT_' + get_option('audioresample_format').to_upper(), true)
291 if get_option('default_library') == 'static'
296 x11_dep = dependency('x11', required : get_option('x11'))
312 gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0', required : get_option('examples'))
313 gtk_dep = dependency('gtk+-3.0', version : '>= 3.10', required : get_option('examples'))
315 if not get_option('x11').disabled()
316 gtk_x11_dep = dependency('gtk+-x11-3.0', version : '>= 3.10', required : get_option('examples'))
322 …gtk_quartz_dep = dependency('gtk+-quartz-3.0', version : '>= 3.10', required : get_option('example…
338 core_conf.set_quoted('GIO_MODULE_DIR', join_paths(get_option('prefix'),
339 get_option('libdir'), 'gio/modules'))
340 core_conf.set_quoted('GIO_LIBDIR', join_paths(get_option('prefix'),
341 get_option('libdir')))
342 core_conf.set_quoted('GIO_PREFIX', join_paths(get_option('prefix')))
357 required : get_option('tests'),
366 orc_dep = dependency('orc-0.4', version : orc_req, required : get_option('orc'),
368 orcc = find_program('orcc', required : get_option('orc'))
431 gir = find_program('g-ir-scanner', required : get_option('introspection'))
433 build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection').enabled())
443 if get_option('default_library') == 'shared'
465 if not get_option('tools').disabled()
471 if find_program('xgettext', required : get_option('nls')).found()