mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-19 05:20:59 +01:00
Last bits of changes to make exa build properly in the modular server.
This commit is contained in:
parent
cc67bd187f
commit
a16357ebc9
5 changed files with 5 additions and 3 deletions
|
|
@ -5,4 +5,5 @@ sdk_HEADERS = exa.h
|
|||
libexa_la_LDFLAGS = -avoid-version
|
||||
|
||||
INCLUDES = $(XORG_INCS)
|
||||
DEFS += -DPIXPRIV
|
||||
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#include <xorg-config.h>
|
||||
#endif
|
||||
#include "exaPriv.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ sdk_HEADERS = exa.h
|
|||
libexa_la_LDFLAGS = -avoid-version
|
||||
|
||||
INCLUDES = $(XORG_INCS)
|
||||
DEFS += -DPIXPRIV
|
||||
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#include <xorg-config.h>
|
||||
#endif
|
||||
#include "exaPriv.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#include <xorg-config.h>
|
||||
#endif
|
||||
#include "exaPriv.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue