Lines Matching refs:host_machine
35 if host_machine.endian() == 'little'
53 conf_data.set('HAS_APERTURE_DRV', host_machine.system() == 'openbsd')
71 conf_data.set('CONFIG_WSCONS', host_machine.system() == 'openbsd')
242 if host_machine.system() == 'freebsd' or host_machine.system() == 'dragonflybsd'
249 if host_machine.system() == 'kfreebsd'
255 if host_machine.system() == 'netbsd'
262 if host_machine.system() == 'openbsd'
331 xorg_data.set('WSCONS_SUPPORT', host_machine.system() == 'netbsd' or host_machine.system() == 'open…
334 if host_machine.system() == 'freebsd' or host_machine.system() == 'dragonflybsd'
335 if host_machine.cpu_family() == 'x86' or host_machine.cpu_family() == 'x86_64'
339 elif host_machine.system() == 'netbsd'
342 if host_machine.cpu_family() == 'x86' or host_machine.cpu_family() == 'x86_64'
345 elif host_machine.system() == 'openbsd'
347 if host_machine.cpu_family() == 'x86'
350 if host_machine.cpu_family() == 'x86_64'
361 xwin_data.set('HAS_WINSOCK', host_machine.system() == 'windows', description: 'Use Windows sockets')
362 xwin_data.set('HAS_DEVWINDOWS', host_machine.system() == 'cygwin', description: 'Has /dev/windows f…
363 xwin_data.set('RELOCATE_PROJECTROOT', host_machine.system() == 'windows', description: 'Make paths …