glamor: Drop xfree86 dependencies from this dix module.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Eric Anholt 2013-12-18 11:41:33 -08:00
parent 7759e4d090
commit a7b8ce8b42
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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.