Twenty link errors for Xizzle now - count 'em. 20.
Get rid of all references to SCO.
Change SDK include dir to $(includedir)/xizzle. Add SDK libs where
necessary.
Reformat to be nicer and easier to shuffle around; also, fix lib ordering
so we get so much closer to the elusive final link. Shuffle
common/xf86Init.c into libxizzle.a.
Fix a couple of early snafus - s/BUILDXI/XINPUT/, et al; make the SDK stuff
conditional as needed; fix the SBus includes.
Name library os-support/libxizzleos.a, not os-support/foo/libxizzlefoo.a.
Clean up ARCH_SOURCES so it's always initialised to something.
Move linked libraries to _LIBADD, which somehow escaped my attention. Make
inclusion of drm/libxizzlelinuxdrm.a dependent on DRI.
s/VERSION/VBE_VERSION/;
Axe this redundant dir.
All Xizzle-specific: axe hw/xizzle/Xi, shuffle link order, fix list of
required modules to be vaguely sane, add some pertinent libs/incs.
This commit is contained in:
parent
47c9395969
commit
45b638b87f
|
|
@ -6,7 +6,9 @@ if KDRIVEFBDEV
|
||||||
FBDEV_SUBDIRS = fbdev
|
FBDEV_SUBDIRS = fbdev
|
||||||
endif
|
endif
|
||||||
|
|
||||||
XSDL_SUBDIRS=@XSDL_DIRS@
|
if XSDLSERVER
|
||||||
|
XSDL_SUBDIRS=sdl
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
src \
|
src \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue