From a7b8ce8b4207a93c0455a0b796cfc47917c04a9c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 18 Dec 2013 11:41:33 -0800 Subject: [PATCH] glamor: Drop xfree86 dependencies from this dix module. Signed-off-by: Eric Anholt Reviewed-by: Zhigang Gong Reviewed-by: Keith Packard --- 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 15a8b7409..90d80a746 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 7dc297311..f1805e01d 100644 --- a/glamor/glamor.h +++ b/glamor/glamor.h @@ -30,14 +30,12 @@ #define GLAMOR_H #include -#include -#include #include #include #include #include #include -#include + /* * glamor_pixmap_type : glamor pixmap's type. * @MEMORY: pixmap is in memory.