[Spice-devel] [PATCH] Technically, the xorg/ prefix should not be specified. It generally works, because xorg/ is usually hung off /usr/include. This enables compliation that correctly respects a pkg-config --cflags xorg-server.

Jeremy White jwhite at codeweavers.com
Wed Aug 8 13:03:54 PDT 2012


---
 src/spiceqxl_inputs.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/spiceqxl_inputs.c b/src/spiceqxl_inputs.c
index 62ef19f..a031b83 100644
--- a/src/spiceqxl_inputs.c
+++ b/src/spiceqxl_inputs.c
@@ -27,12 +27,12 @@
 #include "config.h"
 #endif
 
-#include <xorg/xf86Xinput.h>
-#include <xorg/exevents.h>
-#include <xorg/xserver-properties.h>
-#include <xorg/list.h>
-#include <xorg/input.h>
-#include <xorg/xkbsrv.h>
+#include <xf86Xinput.h>
+#include <exevents.h>
+#include <xserver-properties.h>
+#include <list.h>
+#include <input.h>
+#include <xkbsrv.h>
 #include <spice.h>
 #include "qxl.h"
 #include "spiceqxl_inputs.h"
-- 
1.7.10.4




More information about the Spice-devel mailing list