Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit on

2006-01-18.
This commit is contained in:
Donnie Berkholz 2006-04-17 07:27:43 +00:00
parent ba632f697a
commit 0f065059dc
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2006-04-17 Donnie Berkholz <spyderous@gentoo.org>
* exa/Makefile.am:
* randr/Makefile.am:
Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit on
2006-01-18.
2006-04-17 Donnie Berkholz <spyderous@gentoo.org>
* hw/kdrive/ephyr/Makefile.am:

View File

@ -1,6 +1,8 @@
noinst_LTLIBRARIES = libexa.la
if XORG
sdk_HEADERS = exa.h
endif
INCLUDES = \
$(XORG_INCS) \

View File

@ -2,7 +2,9 @@ noinst_LTLIBRARIES = librandr.la
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
if XORG
sdk_HEADERS = randrstr.h
endif
librandr_la_SOURCES = \
mirandr.c \