mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 22:10:07 +01:00
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:
parent
22f77bbcca
commit
c7a2971dc1
3 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
noinst_LTLIBRARIES = libexa.la
|
||||
|
||||
if XORG
|
||||
sdk_HEADERS = exa.h
|
||||
endif
|
||||
|
||||
INCLUDES = \
|
||||
$(XORG_INCS) \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue