mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 17:40:05 +01:00
Adds DRM compatible fences using futexes. Uses FD passing to get pixmaps from DRM applications. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
13 lines
212 B
Makefile
13 lines
212 B
Makefile
noinst_LTLIBRARIES = libdri3.la
|
|
AM_CFLAGS = \
|
|
-DHAVE_XORG_CONFIG_H \
|
|
@DIX_CFLAGS@ @XORG_CFLAGS@
|
|
|
|
libdri3_la_SOURCES = \
|
|
dri3.h \
|
|
dri3_priv.h \
|
|
dri3.c \
|
|
dri3_request.c \
|
|
dri3_screen.c
|
|
|
|
sdk_HEADERS = dri3.h
|