mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 05:00:07 +01:00
Fixes: 0ce93e5ba7 "dri3: Include dix-config.h instead of
xorg-config.h"
Signed-off-by: Dor Askayo <dor.askayo@gmail.com>
13 lines
193 B
Makefile
13 lines
193 B
Makefile
noinst_LTLIBRARIES = libdri3.la
|
|
AM_CFLAGS = \
|
|
@DIX_CFLAGS@ \
|
|
@LIBDRM_CFLAGS@
|
|
|
|
libdri3_la_SOURCES = \
|
|
dri3.h \
|
|
dri3_priv.h \
|
|
dri3.c \
|
|
dri3_request.c \
|
|
dri3_screen.c
|
|
|
|
sdk_HEADERS = dri3.h
|