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:
parent
6cc0b7b015
commit
b3acb47e98
|
@ -27,9 +27,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#include "dix-config.h"
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define GLAMOR_FOR_XORG
|
#define GLAMOR_FOR_XORG
|
||||||
#include <xorg-server.h>
|
#include <xorg-server.h>
|
||||||
|
|
|
@ -27,9 +27,7 @@
|
||||||
* Zhigang Gong <zhigang.gong@gmail.com>
|
* Zhigang Gong <zhigang.gong@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#include "dix-config.h"
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <xorg-server.h>
|
#include <xorg-server.h>
|
||||||
#define GLAMOR_FOR_XORG
|
#define GLAMOR_FOR_XORG
|
||||||
|
|
|
@ -27,9 +27,7 @@
|
||||||
#ifndef GLAMOR_PRIV_H
|
#ifndef GLAMOR_PRIV_H
|
||||||
#define GLAMOR_PRIV_H
|
#define GLAMOR_PRIV_H
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#include "dix-config.h"
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <xorg-server.h>
|
#include <xorg-server.h>
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
|
|
Loading…
Reference in New Issue