diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-10 18:59:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-10 18:59:44 +0100 |
commit | 38224227e1d393e433c76e96d8d5bd5a96a319ec (patch) | |
tree | d7af75034e2bac73c46602833f3b50536407614f /package/xorg-server/patches | |
parent | cf23165261302973a1cb23a287f7ca352542a42e (diff) |
enable sound and xorg for qemu
Diffstat (limited to 'package/xorg-server/patches')
-rw-r--r-- | package/xorg-server/patches/patch-hw_xfree86_common_xf86VGAarbiter_c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/xorg-server/patches/patch-hw_xfree86_common_xf86VGAarbiter_c b/package/xorg-server/patches/patch-hw_xfree86_common_xf86VGAarbiter_c new file mode 100644 index 000000000..411d7b2e2 --- /dev/null +++ b/package/xorg-server/patches/patch-hw_xfree86_common_xf86VGAarbiter_c @@ -0,0 +1,17 @@ +--- xorg-server-1.7.1.orig/hw/xfree86/common/xf86VGAarbiter.c 2009-10-09 06:08:28.000000000 +0200 ++++ xorg-server-1.7.1/hw/xfree86/common/xf86VGAarbiter.c 2009-12-10 17:14:01.000000000 +0100 +@@ -38,14 +38,8 @@ + #include "xf86Priv.h" + #include "pciaccess.h" + +-#ifdef DEBUG +-#error "no, really, you dont want to do this" +-#define DPRINT_S(x,y) ErrorF(x ": %i\n",y); +-#define DPRINT(x) ErrorF(x "\n"); +-#else + #define DPRINT_S(x,y) + #define DPRINT(x) +-#endif + + static GCFuncs VGAarbiterGCFuncs = { + VGAarbiterValidateGC, VGAarbiterChangeGC, VGAarbiterCopyGC, |