mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers
breaks.
This commit is contained in:
parent
8ccf4f2b8f
commit
506eca5f57
8 changed files with 27 additions and 1 deletions
|
|
@ -10,7 +10,9 @@ INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod -I$(top_srcdir)/hw/xfree86/
|
|||
|
||||
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
||||
|
||||
if XORG
|
||||
sdk_HEADERS = xvdix.h xvmcext.h
|
||||
endif
|
||||
|
||||
# Sources always included in libXextbuiltin.la & libXext.la
|
||||
BUILTIN_SRCS = \
|
||||
|
|
|
|||
Loading…
Reference in a new issue