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

@@ -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 \