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:
15
svgalib/patches/040-sigunused.patch
Normal file
15
svgalib/patches/040-sigunused.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user