and test it you need the following (5-CURRENT only, BTW): - fetch a patch for libvgl: http://people.freebsd.org/~sobomax/libvgl.patch, apply it, recompile/reinstall libvgl; - recompile/reinstall sdl-devel (configure script automatically detects if right version of libvgl is present); - set environment variable SDL_VIDEODRIVER=vgl; - ensure that you have VESA support compiled into kernel or loaded as a kld; - fire up your favourite SDL app ;).
14 lines
534 B
Text
14 lines
534 B
Text
|
|
$FreeBSD$
|
|
|
|
--- src/video/Makefile.in 2001/01/21 20:10:22 1.1
|
|
+++ src/video/Makefile.in 2001/01/21 20:10:38
|
|
@@ -103,7 +103,7 @@
|
|
|
|
# Define which subdirectories need to be built
|
|
SUBDIRS = @VIDEO_SUBDIRS@
|
|
-DIST_SUBDIRS = x11 dga fbcon svga ggi aalib wincommon windib windx5 maccommon macdsp macrom bwindow photon cybergfx
|
|
+DIST_SUBDIRS = x11 dga fbcon svga ggi aalib wincommon windib windx5 maccommon macdsp macrom bwindow photon cybergfx vgl
|
|
|
|
|
|
DRIVERS = @VIDEO_DRIVERS@
|