summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-git/fix-nogl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/qemu/qemu-git/fix-nogl.patch')
-rw-r--r--meta/packages/qemu/qemu-git/fix-nogl.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-git/fix-nogl.patch b/meta/packages/qemu/qemu-git/fix-nogl.patch
index f1f9bcf00b..6cb812f00c 100644
--- a/meta/packages/qemu/qemu-git/fix-nogl.patch
+++ b/meta/packages/qemu/qemu-git/fix-nogl.patch
@@ -38,3 +38,30 @@ Index: git/target-arm/dummygl.c
38+{ 38+{
39+ 39+
40+} 40+}
41Index: git/target-mips/dummygl.c
42===================================================================
43--- /dev/null 1970-01-01 00:00:00.000000000 +0000
44+++ git/target-mips/dummygl.c 2009-06-09 22:15:55.000000000 +0100
45@@ -0,0 +1,22 @@
46+#include <string.h>
47+#include <stdlib.h>
48+#include <assert.h>
49+#include <stdint.h>
50+#include <X11/Xlib.h>
51+#include <X11/Xutil.h>
52+
53+void opengl_exec_set_parent_window(Display* _dpy, Window _parent_window)
54+{
55+
56+}
57+
58+void opengl_process_enable(void)
59+{
60+
61+}
62+
63+
64+void mem_opengl(uint64_t ptr)
65+{
66+
67+}