Revert "Compile lnx_platform.c on FreeBSD too."

This reverts commit 947d1c7ecf.

lnx_platform.c doesn't exist in this branch since commit 54681238
renamed it to shared/drm_platform.c and added it to the BSD build.

Fixes build failures in CI of:
../hw/xfree86/os-support/meson.build:163:18: ERROR: File linux/lnx_platform.c does not exist.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2023-12-02 11:35:13 -08:00
parent c170056111
commit eb6125f20c

View File

@ -97,13 +97,9 @@ 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'