comparison src/video/Makefile.am @ 1187:19d8949b4584

To: sdl@libsdl.org From: Staffan Ulfberg <staffan@ulfberg.se> Date: 19 Nov 2005 01:00:48 +0100 Subject: [SDL] New driver for OpenBSD/wscons Hello, I've written an SDL driver for OpenBSD/wscons (console mode, somewhat resembling the functionality of the svga driver for Linux). I use it for playing MAME on my Sharp Zaurus. The alternative is to play under X, which is slower. I asked how to submit the driver a few days ago, and posted a link to the patch in a follow-up, so maybe it was missed? Anyway, the patch is on the web at: http://multivac.fatburen.org/SDL-wscons.patch Comments? Staffan
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 22 Nov 2005 15:19:50 +0000
parents 5bb080d35049
children a4d515d0fc3a
comparison
equal deleted inserted replaced
1186:0276947bee66 1187:19d8949b4584
7 SUBDIRS = @VIDEO_SUBDIRS@ 7 SUBDIRS = @VIDEO_SUBDIRS@
8 DIST_SUBDIRS = dummy x11 dga nanox fbcon directfb vgl svga ggi aalib \ 8 DIST_SUBDIRS = dummy x11 dga nanox fbcon directfb vgl svga ggi aalib \
9 wincommon windib windx5 \ 9 wincommon windib windx5 \
10 maccommon macdsp macrom riscos quartz \ 10 maccommon macdsp macrom riscos quartz \
11 bwindow ps2gs photon cybergfx epoc picogui \ 11 bwindow ps2gs photon cybergfx epoc picogui \
12 ataricommon xbios gem dc qtopia XFree86 12 ataricommon xbios gem dc qtopia XFree86 wscons
13 13
14 DRIVERS = @VIDEO_DRIVERS@ 14 DRIVERS = @VIDEO_DRIVERS@
15 15
16 # Include the architecture-independent sources 16 # Include the architecture-independent sources
17 COMMON_SRCS = \ 17 COMMON_SRCS = \