mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 19:47:34 +02:00
ac7a991ae2
Try the svgalib-demo programs: vgatest, speedtest etc. seem to work.
16 lines
392 B
Diff
16 lines
392 B
Diff
Index: svgalib-1.4.3/src/vga.c
|
|
===================================================================
|
|
--- svgalib-1.4.3.orig/src/vga.c 2011-01-06 12:05:43.000000000 +0100
|
|
+++ svgalib-1.4.3/src/vga.c 2011-01-06 12:05:43.000000000 +0100
|
|
@@ -38,6 +38,10 @@
|
|
#include "vgaregs.h"
|
|
#include "vgaversion.h"
|
|
|
|
+#ifndef SIGUNUSED
|
|
+#define SIGUNUSED 32
|
|
+#endif
|
|
+
|
|
#ifdef BACKGROUND
|
|
#include "vgabg.h"
|
|
|