[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.
Christophe Fergeau
cfergeau at redhat.com
Thu Aug 9 02:21:24 PDT 2012
On Wed, Aug 08, 2012 at 03:03:54PM -0500, Jeremy White wrote:
> ---
> 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"
ACK
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20120809/1191a821/attachment.pgp>
More information about the Spice-devel
mailing list