mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
There's nothing a driver could want to use this for. Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Adam Jackson <ajax@redhat.com>
12 lines
174 B
Makefile
12 lines
174 B
Makefile
noinst_LTLIBRARIES = libxfixes.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libxfixes_la_SOURCES = \
|
|
cursor.c \
|
|
region.c \
|
|
saveset.c \
|
|
select.c \
|
|
xfixes.c \
|
|
xfixes.h \
|
|
xfixesint.h
|