mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 23:58:25 +02:00
Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree.
This commit is contained in:
parent
b9ccd89918
commit
7bd6b0640e
8 changed files with 33 additions and 1 deletions
|
|
@ -25,11 +25,15 @@ Equipment Corporation.
|
|||
******************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/Xext/panoramiX.c,v 3.37tsi Exp $ */
|
||||
|
||||
#define NEED_REPLIES
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DMX_CONFIG_H
|
||||
#include <dmx-config.h>
|
||||
#endif
|
||||
|
||||
#define NEED_REPLIES
|
||||
#include <stdio.h>
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xproto.h>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,10 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DMX_CONFIG_H
|
||||
#include <dmx-config.h>
|
||||
#endif
|
||||
|
||||
#include "dmx.h"
|
||||
#include "dmxwindow.h"
|
||||
#include "dmxpixmap.h"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DMX_CONFIG_H
|
||||
#include <dmx-config.h>
|
||||
#endif
|
||||
|
||||
#include "dmx.h"
|
||||
|
||||
#define NEED_REPLIES
|
||||
|
|
|
|||
|
|
@ -34,6 +34,10 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DMX_CONFIG_H
|
||||
#include <dmx-config.h>
|
||||
#endif
|
||||
|
||||
#include "dmx.h"
|
||||
#include "dmxlog.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@
|
|||
** version 1.2.1 Specification.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DMX_CONFIG_H
|
||||
#include <dmx-config.h>
|
||||
#endif
|
||||
|
||||
#include "dmx.h"
|
||||
#include "dmxwindow.h"
|
||||
#include "dmxpixmap.h"
|
||||
|
|
|
|||
|
|
@ -32,6 +32,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DMX_CONFIG_H
|
||||
#include <dmx-config.h>
|
||||
#endif
|
||||
|
||||
#include "dmx.h"
|
||||
#include "dmxwindow.h"
|
||||
#include "glxserver.h"
|
||||
|
|
|
|||
|
|
@ -29,6 +29,10 @@
|
|||
** version 1.2.1 Specification.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DMX_CONFIG_H
|
||||
#include <dmx-config.h>
|
||||
#endif
|
||||
|
||||
#include "dmx.h"
|
||||
#include "dmxwindow.h"
|
||||
#include "dmxpixmap.h"
|
||||
|
|
|
|||
|
|
@ -33,6 +33,10 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifdef HAVE_DMX_CONFIG_H
|
||||
#include <dmx-config.h>
|
||||
#endif
|
||||
|
||||
#include "dmx.h"
|
||||
#include "glxserver.h"
|
||||
#include "glxutil.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue