Revert "Compile lnx_platform.c on FreeBSD too."
This reverts commit947d1c7ecf
. lnx_platform.c doesn't exist in this branch since commit54681238
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:
parent
c170056111
commit
eb6125f20c
|
@ -97,13 +97,9 @@ elif host_machine.system().endswith('bsd')
|
||||||
'bsd/bsd_bell.c',
|
'bsd/bsd_bell.c',
|
||||||
'bsd/bsd_init.c',
|
'bsd/bsd_init.c',
|
||||||
'shared/drm_platform.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'
|
if host_machine.cpu_family() == 'x86_64'
|
||||||
srcs_xorg_os_support += 'bsd/i386_video.c'
|
srcs_xorg_os_support += 'bsd/i386_video.c'
|
||||||
if host_machine.system() == 'netbsd'
|
if host_machine.system() == 'netbsd'
|
||||||
|
|
Loading…
Reference in New Issue