mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-06 09:18:18 +02:00
Change use of dix-config.h to xorg-config.h.
This commit is contained in:
parent
9d1b349b37
commit
6b0cdc5dd9
2 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue