1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

Port of SVGAlib; patched to only use the linux frame buffer

Try the svgalib-demo programs: vgatest, speedtest etc. seem to work.
This commit is contained in:
David Kühling
2011-01-06 14:41:46 +01:00
parent 3fb4302e3a
commit ac7a991ae2
11 changed files with 897 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Index: svgalib-1.4.3/src/libvga.h
===================================================================
--- svgalib-1.4.3.orig/src/libvga.h 2011-01-06 12:04:51.000000000 +0100
+++ svgalib-1.4.3/src/libvga.h 2011-01-06 12:05:42.000000000 +0100
@@ -9,7 +9,7 @@
#include <string.h>
# if defined __GLIBC__ && __GLIBC__ >= 2
-#include <sys/io.h>
+/* #include <sys/io.h> */
#endif
/* --------------------- Macro definitions shared by library modules */