Browse Source

Changed xorg-server/pixman includes so the other packages don't need an special -I

early
Alejandro Mery 18 years ago
parent
commit
f28d2c90d2
  1. 8
      xorg/xorg-server/pixman-0.9.4.patch

8
xorg/xorg-server/pixman-0.9.4.patch

@ -32,7 +32,7 @@
#include <X11/X.h> #include <X11/X.h>
-#include <pixman/pixman.h> -#include <pixman/pixman.h>
+#include <pixman.h> +#include <pixman-1/pixman.h>
#include "scrnintstr.h" #include "scrnintstr.h"
#include "pixmap.h" #include "pixmap.h"
@ -43,7 +43,7 @@
#include "mi.h" #include "mi.h"
#include "mispans.h" #include "mispans.h"
-#include <pixman/pixman.h> -#include <pixman/pixman.h>
+#include <pixman.h> +#include <pixman-1/pixman.h>
#undef assert #undef assert
#ifdef DEBUG #ifdef DEBUG
@ -54,7 +54,7 @@
#define _PICTURE_H_ #define _PICTURE_H_
-#include <pixman/pixman.h> -#include <pixman/pixman.h>
+#include <pixman.h> +#include <pixman-1/pixman.h>
typedef struct _DirectFormat *DirectFormatPtr; typedef struct _DirectFormat *DirectFormatPtr;
typedef struct _PictFormat *PictFormatPtr; typedef struct _PictFormat *PictFormatPtr;
@ -65,7 +65,7 @@
#include <X11/Xprotostr.h> #include <X11/Xprotostr.h>
#include "gc.h" #include "gc.h"
-#include <pixman/pixman.h> -#include <pixman/pixman.h>
+#include <pixman.h> +#include <pixman-1/pixman.h>
typedef xPoint DDXPointRec; typedef xPoint DDXPointRec;

Loading…
Cancel
Save