[PATCH 11/15] glamor: Drop xfree86 dependencies from this dix module.

Eric Anholt eric at anholt.net
Thu Jan 9 17:26:25 PST 2014


Signed-off-by: Eric Anholt <eric at anholt.net>
---
 glamor/Makefile.am | 2 +-
 glamor/glamor.h    | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/glamor/Makefile.am b/glamor/Makefile.am
index 15a8b74..90d80a7 100644
--- a/glamor/Makefile.am
+++ b/glamor/Makefile.am
@@ -6,7 +6,7 @@ else
 libglamor_la_LIBADD = $(GL_LIBS)
 endif
 
-AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) $(LIBDRM_CFLAGS)
+AM_CFLAGS = $(CWARNFLAGS) $(DIX_CFLAGS) $(LIBDRM_CFLAGS)
 
 libglamor_la_LDFLAGS = -version-info 0:0:0
 
diff --git a/glamor/glamor.h b/glamor/glamor.h
index 7dc2973..f1805e0 100644
--- a/glamor/glamor.h
+++ b/glamor/glamor.h
@@ -30,14 +30,12 @@
 #define GLAMOR_H
 
 #include <scrnintstr.h>
-#include <xf86.h>
-#include <xf86str.h>
 #include <pixmapstr.h>
 #include <gcstruct.h>
 #include <picturestr.h>
 #include <fb.h>
 #include <fbpict.h>
-#include <xf86xv.h>
+
 /*
  * glamor_pixmap_type : glamor pixmap's type.
  * @MEMORY: pixmap is in memory.
-- 
1.8.5.1



More information about the xorg-devel mailing list