mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
Drivers need this if they add visuals that require implicit redirection. Add a new SDK header, compositeext.h, to contain the prototype for this function.
15 lines
231 B
Makefile
15 lines
231 B
Makefile
noinst_LTLIBRARIES = libcomposite.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
if XORG
|
|
sdk_HEADERS = compositeext.h
|
|
endif
|
|
|
|
libcomposite_la_SOURCES = \
|
|
compalloc.c \
|
|
compext.c \
|
|
compint.h \
|
|
compinit.c \
|
|
compoverlay.c \
|
|
compwindow.c
|