[xserver-commit] xserver/hw/kdrive/sdl sdl.c,NONE,1.1 Makefile.am,NONE,1.1
Jaymz Julian
xserver-commit@pdx.freedesktop.org
Committed by: jaymz
Update of /cvs/xserver/xserver/hw/kdrive/sdl
In directory pdx:/tmp/cvs-serv24767/hw/kdrive/sdl
Added Files:
sdl.c Makefile.am
Log Message:
sdl x server so that we can x-on-x the fb stuff for ease of debugging. if
anyone uses this in production, a big scary monster will eat them. hrm,
perhaps i should make it have a --i-know-what-i'm-doing param that it
doens't start without, heh
--- NEW FILE: sdl.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: Makefile.am ---
INCLUDES = \
@KDRIVE_PURE_INCS@ \
@XSERVER_CFLAGS@ \
@XSDL_INCS@
bin_PROGRAMS = Xsdl
if TSLIB
TSLIB_FLAG = -lts
endif
Xsdl_SOURCES = sdl.c
Xsdl_LDADD = @KDRIVE_PURE_LIBS@ \
@XSERVER_LIBS@ \
$(TSLIB_FLAG) \
@XSDL_LIBS@
Xsdl_DEPENDENCIES = @KDRIVE_LIBS@