xserver/hw/xfree86/os-support
Sam James 9fe2991075 hw/xfree86: fix sbus build for SPARC
Initially reported downstream in Gentoo. Manifests with errors like:
```
gnu/bin/ld: hw/xfree86/common/libxorg_common.a(xf86fbBus.c.o): in function `xf86ClaimFbSlot':
xf86fbBus.c:(.text+0x20): undefined reference to `sbusSlotClaimed'
/usr/lib/gcc/sparc-unknown-linux-gnu/11.2.0/../../../../sparc-unknown-linux-gnu/bin/ld: xf86fbBus.c:(.text+0x2c): undefined reference to `sbusSlotClaimed'
```

While we use the headers in meson.build, we don't reference xf86sbusBus.c
which defines the missing symbols like sbusSlotClaimed.

Bug: https://bugs.gentoo.org/828513
Signed-off-by: Sam James <sam@gentoo.org>
(cherry picked from commit 6c1a1fcc4b)
2021-12-15 10:41:22 +02:00
..
bsd compiler.h: don't define inb/outb and friends on mips 2021-01-27 19:29:35 +00:00
bus xfree86: Move DRICreatePCIBusID to xf86Pci.h 2017-06-22 10:53:08 -04:00
hurd Fix old-style definition warning for xf86OSInputThreadInit() 2019-04-17 13:57:20 +01:00
linux xf86/logind: Fix drm_drop_master before vt_reldisp 2021-12-03 00:46:11 +00:00
misc Replace all checks for 'linux' macro with '__linux__' 2017-05-11 15:24:05 -04:00
shared Remove check for useSIGIO option 2020-12-08 11:23:31 -05:00
solaris Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
stub Fix old-style definition warning for xf86OSInputThreadInit() 2019-04-17 13:57:20 +01:00
Makefile.am xfree86: Add stubs for os-support to help adding new architecture support 2011-10-15 21:18:47 -07:00
int10Defines.h
meson.build hw/xfree86: fix sbus build for SPARC 2021-12-15 10:41:22 +02:00
xf86OSpriv.h xfree86: Remove xf86LinearVidMem 2014-09-16 11:58:53 -04:00
xf86_OSlib.h os, xfree86: Stop being so weird about <limits.h> 2017-05-12 09:49:07 -04:00
xf86_OSproc.h Fix spelling/wording issues 2020-07-05 13:07:33 -07:00