Lines Matching refs:get_option

91 conf_data.set('GLES_USE_HIGHP', get_option('gles-highp') ? '1' : false)
96 conf_data.set_quoted('PROJECTROOT', get_option('prefix'))
97 conf_data.set_quoted('SYSCONFDIR', join_paths(get_option('prefix'), get_option('sysconfdir')))
98 conf_data.set_quoted('SUID_WRAPPER_DIR', join_paths(get_option('prefix'), get_option('libexecdir')))
104 conf_data.set('SECURE_RPC', get_option('secure-rpc'))
163 conf_data.set('LISTEN_TCP', get_option('listen_tcp'))
164 conf_data.set('LISTEN_UNIX', get_option('listen_unix'))
165 conf_data.set('LISTEN_LOCAL', get_option('listen_local'))
217 enable_debugging = get_option('buildtype') == 'debug'
220 conf_data.set_quoted('XVENDORNAME', get_option('vendor_name'))
221 conf_data.set_quoted('XVENDORNAMESHORT', get_option('vendor_name_short'))
222 conf_data.set_quoted('__VENDORDWEBSUPPORT__', get_option('vendor_web'))
223 conf_data.set_quoted('OSVENDOR', get_option('os_vendor'))
224 conf_data.set_quoted('BUILDERADDR', get_option('builder_addr'))
225 conf_data.set_quoted('BUILDERSTRING', get_option('builder_string'))
269 conf_data.set_quoted('XKB_DFLT_RULES', get_option('xkb_default_rules'))
279 conf_data.set('XSERVER_LIBPCIACCESS', get_option('pciaccess'))
292 version_data.set_quoted('VENDOR_NAME', get_option('vendor_name'))
293 version_data.set_quoted('VENDOR_NAME_SHORT', get_option('vendor_name_short'))
294 version_data.set_quoted('VENDOR_WEB', get_option('vendor_web'))
303 xkb_data.set_quoted('XKB_DFLT_RULES', get_option('xkb_default_rules'))
304 xkb_data.set_quoted('XKB_DFLT_MODEL', get_option('xkb_default_model'))
305 xkb_data.set_quoted('XKB_DFLT_LAYOUT', get_option('xkb_default_layout'))
306 xkb_data.set_quoted('XKB_DFLT_VARIANT', get_option('xkb_default_variant'))
307 xkb_data.set_quoted('XKB_DFLT_OPTIONS', get_option('xkb_default_options'))
315 xorg_data.set_quoted('XORG_BIN_DIRECTORY', get_option('bindir'))
325 xorg_data.set_quoted('DEFAULT_MODULE_PATH', join_paths(get_option('prefix'), module_dir))
326 xorg_data.set_quoted('DEFAULT_LIBRARY_PATH', join_paths(get_option('prefix'), get_option('libdir')))
328 xorg_data.set('XSERVER_LIBPCIACCESS', get_option('pciaccess'))