mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-25 05:00:43 +02:00
Compile lnx_platform.c on FreeBSD too.
This commit is contained in:
parent
84ff599d0b
commit
947d1c7ecf
1 changed files with 5 additions and 1 deletions
|
|
@ -97,9 +97,13 @@ elif host_machine.system().endswith('bsd')
|
|||
'bsd/bsd_bell.c',
|
||||
'bsd/bsd_init.c',
|
||||
'shared/drm_platform.c',
|
||||
'shared/pm_noop.c'
|
||||
'shared/pm_noop.c'
|
||||
]
|
||||
|
||||
if host_machine.system() == 'freebsd'
|
||||
srcs_xorg_os_support += ['linux/lnx_platform.c', 'misc/SlowBcopy.c']
|
||||
endif
|
||||
|
||||
if host_machine.cpu_family() == 'x86_64'
|
||||
srcs_xorg_os_support += 'bsd/i386_video.c'
|
||||
if host_machine.system() == 'netbsd'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue