Change use of dix-config.h to xorg-config.h.
This commit is contained in:
parent
9d1b349b37
commit
6b0cdc5dd9
|
@ -30,8 +30,8 @@
|
|||
#include <X11/fonts/fontmod.h>
|
||||
#include "xf86Module.h"
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#ifdef HAVE_XORG_CONFIG_H
|
||||
#include <xorg-config.h>
|
||||
#endif
|
||||
|
||||
static MODULESETUPPROTO(freetypeSetup);
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
#include <X11/fonts/fontmod.h>
|
||||
#include "xf86Module.h"
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#ifdef HAVE_XORG_CONFIG_H
|
||||
#include <xorg-config.h>
|
||||
#endif
|
||||
|
||||
static MODULESETUPPROTO(type1Setup);
|
||||
|
|
Loading…
Reference in New Issue