Lines Matching refs:get_option

79 xf86driproto_dep = dependency('xf86driproto', version: '>= 2.1.0', required: get_option('dri1') == …
80 dri2proto_dep = dependency('dri2proto', version: '>= 2.8', required: get_option('dri2') == 'true')
81 dri3proto_dep = dependency('dri3proto', version: '>= 1.2', required: get_option('dri3') == 'true')
96 dbus_required = get_option('systemd_logind') == 'true'
102 xkb_dir = get_option('xkb_dir')
106 xkb_dir = join_paths(get_option('prefix'), 'share/X11/xkb')
110 xkb_output_dir = get_option('xkb_output_dir')
115 xkb_bin_dir = get_option('xkb_bin_dir')
119 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
123 dfp = get_option('default_font_path')
139 hal_option = get_option('hal')
140 glamor_option = get_option('glamor')
142 build_udev = get_option('udev')
148 if get_option('systemd_logind') == 'auto'
151 build_systemd_logind = get_option('systemd_logind') == 'true'
157 if get_option('xorg') == 'auto'
161 build_xorg = get_option('xorg') == 'true'
164 xorgsdkdir = join_paths(get_option('prefix'), get_option('includedir'), 'xorg')
169 if get_option('xwayland') != 'false'
170 xwayland_required = get_option('xwayland') == 'true'
192 if get_option('xnest') != 'false'
193 xnest_required = get_option('xnest') == 'true'
212 if get_option('xwin') == 'auto'
218 build_xwin = get_option('xwin') == 'true'
224 if get_option('ipv6') == 'auto'
227 build_ipv6 = get_option('ipv6') == 'true'
230 int10 = get_option('int10')
267 log_dir = get_option('log_dir')
269 log_dir = join_paths(get_option('prefix'), get_option('localstatedir'), 'log')
272 module_dir = join_paths(get_option('libdir'), get_option('module_dir'))
277 build_glamor = get_option('glamor') == 'true'
287 eglstream_option = get_option('xwayland_eglstream')
306 if get_option('xdmcp')
310 has_xdm_auth = get_option('xdm-auth-1')
316 build_glx = get_option('glx')
323 if get_option('dri1') == 'auto'
326 build_dri1 = get_option('dri1') == 'true'
329 if get_option('dri2') == 'auto'
332 build_dri2 = get_option('dri2') == 'true'
335 if get_option('dri3') == 'auto'
338 build_dri3 = get_option('dri3') == 'true'
354 if get_option('vbe') == 'auto'
361 build_vbe = get_option('vbe') == 'true'
370 if get_option('vgahw') == 'auto'
377 build_vgahw = get_option('vgahw') == 'true'
380 build_dpms = get_option('dpms')
385 build_xf86bigfont = get_option('xf86bigfont')
386 build_screensaver = get_option('screensaver')
387 build_res = get_option('xres')
392 build_xace = get_option('xace')
393 build_xinerama = get_option('xinerama')
395 build_xsecurity = get_option('xcsecurity')
402 build_xv = get_option('xv')
403 build_xvmc = get_option('xvmc')
409 if get_option('dga') == 'auto'
414 elif get_option('dga') == 'true'
420 if (get_option('linux_apm') == true and
428 if (get_option('linux_acpi') == true and
438 if get_option('mitshm') == 'auto'
440 elif get_option('mitshm') == 'true'
512 serverconfigdir = join_paths(get_option('libdir'), 'xorg')
519 manpage_config.set('projectroot', get_option('prefix'))
528 manpage_config.set('datadir', join_paths(get_option('prefix'), get_option('datadir')))
529 manpage_config.set('mandir', join_paths(get_option('prefix'), get_option('mandir')))
530 manpage_config.set('sysconfdir', join_paths(get_option('prefix'), get_option('sysconfdir')))
533 manpage_config.set('XKB_DFLT_RULES', get_option('xkb_default_rules'))
534 manpage_config.set('XKB_DFLT_MODEL', get_option('xkb_default_model'))
535 manpage_config.set('XKB_DFLT_LAYOUT', get_option('xkb_default_layout'))
536 manpage_config.set('XKB_DFLT_VARIANT', get_option('xkb_default_variant'))
537 manpage_config.set('XKB_DFLT_OPTIONS', get_option('xkb_default_options'))
541 # manpage_config.set('suid_wrapper_dir', join_paths(get_option('prefix'), libexecdir))
542 manpage_config.set('suid_wrapper_dir', join_paths(get_option('prefix'), 'libexec'))
578 if build_xorg or get_option('xephyr')
619 sdkconfig.set('prefix', get_option('prefix'))
621 sdkconfig.set('libdir', join_paths('${exec_prefix}', get_option('libdir')))
622 sdkconfig.set('includedir', join_paths('${prefix}', get_option('includedir')))
623 sdkconfig.set('datarootdir', join_paths('${prefix}', get_option('datadir')))
625 sdkconfig.set('sdkdir', join_paths('${prefix}', get_option('includedir'), 'xorg'))
667 install_dir: join_paths(get_option('prefix'),
668 get_option('libdir'),
674 install_dir: join_paths(get_option('datadir'), 'aclocal'))