view src/video/fbcon/Makefile.am @ 4:4f6c5f021323

Date: Thu, 26 Apr 2001 10:46:23 +0200 From: Alexander Pipelka <pipelka@bms-austria.com> Subject: SDL ELO driver bugfix Hi Sam! We noticed that the ELO serial touchscreen controller is quite sensitive in terms of correct protocol handling. The current implementation cause some controllers to hangup after some time (> 24h). I think the attached patch should fix this (I ran my device more than 3 days without any hangups).
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:54:56 +0000
parents 74212992fb08
children 5d4bafca35cd
line wrap: on
line source


## Makefile.am for SDL using the framebuffer console video driver

noinst_LTLIBRARIES = libvideo_fbcon.la
libvideo_fbcon_la_SOURCES = $(FBCON_SRCS)

# The SDL framebuffer console video driver sources
FBCON_SRCS = 			\
	SDL_fbkeys.h		\
	SDL_fbvideo.h		\
	SDL_fbelo.c \
	SDL_fbelo.h \
	SDL_fbevents.c		\
	SDL_fbevents_c.h	\
	SDL_fb3dfx.c		\
	SDL_fb3dfx.h		\
	SDL_fbmatrox.c		\
	SDL_fbmatrox.h		\
	SDL_fbmouse.c		\
	SDL_fbmouse_c.h		\
	SDL_fbvideo.c		\
	3dfx_mmio.h		\
	3dfx_regs.h		\
	matrox_mmio.h		\
	matrox_regs.h