Last bits of changes to make exa build properly in the modular server.
This commit is contained in:
parent
cc67bd187f
commit
a16357ebc9
|
@ -5,4 +5,5 @@ sdk_HEADERS = exa.h
|
||||||
libexa_la_LDFLAGS = -avoid-version
|
libexa_la_LDFLAGS = -avoid-version
|
||||||
|
|
||||||
INCLUDES = $(XORG_INCS)
|
INCLUDES = $(XORG_INCS)
|
||||||
|
DEFS += -DPIXPRIV
|
||||||
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
|
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <xorg-config.h>
|
||||||
#endif
|
#endif
|
||||||
#include "exaPriv.h"
|
#include "exaPriv.h"
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,5 @@ sdk_HEADERS = exa.h
|
||||||
libexa_la_LDFLAGS = -avoid-version
|
libexa_la_LDFLAGS = -avoid-version
|
||||||
|
|
||||||
INCLUDES = $(XORG_INCS)
|
INCLUDES = $(XORG_INCS)
|
||||||
|
DEFS += -DPIXPRIV
|
||||||
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
|
libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <xorg-config.h>
|
||||||
#endif
|
#endif
|
||||||
#include "exaPriv.h"
|
#include "exaPriv.h"
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <xorg-config.h>
|
||||||
#endif
|
#endif
|
||||||
#include "exaPriv.h"
|
#include "exaPriv.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue