glamor: Use dix-config.h not project config.h

v2: Also edit the one in glamor_egl.c (by anholt)
v3: Also edit the one in glamor_eglmodule.c (by anholt)

Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-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:
Adam Jackson 2013-10-30 11:30:23 -04:00 committed by Eric Anholt
parent 6cc0b7b015
commit b3acb47e98
3 changed files with 3 additions and 9 deletions

View File

@ -27,9 +27,7 @@
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "dix-config.h"
#define GLAMOR_FOR_XORG
#include <xorg-server.h>

View File

@ -27,9 +27,7 @@
* Zhigang Gong <zhigang.gong@gmail.com>
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "dix-config.h"
#include <xorg-server.h>
#define GLAMOR_FOR_XORG

View File

@ -27,9 +27,7 @@
#ifndef GLAMOR_PRIV_H
#define GLAMOR_PRIV_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "dix-config.h"
#include <xorg-server.h>
#ifndef DEBUG