Bug #6628: 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-18 00:25:37 +00:00
parent 22f77bbcca
commit c7a2971dc1
3 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2006-04-17 Donnie Berkholz <spyderous@gentoo.org>
reviewed by: Adam Jackson
* exa/Makefile.am:
* randr/Makefile.am:
Bug #6628: 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>
reviewed by: Adam Jackson

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 \