mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 18:28:05 +02:00
dri3: Add missing libdrm dependency in Makefile.am
Fixes: 0ce93e5ba7 "dri3: Include dix-config.h instead of
xorg-config.h"
Signed-off-by: Dor Askayo <dor.askayo@gmail.com>
This commit is contained in:
parent
efb3abddd4
commit
acc581c96f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
noinst_LTLIBRARIES = libdri3.la
|
noinst_LTLIBRARIES = libdri3.la
|
||||||
AM_CFLAGS = \
|
AM_CFLAGS = \
|
||||||
@DIX_CFLAGS@
|
@DIX_CFLAGS@ \
|
||||||
|
@LIBDRM_CFLAGS@
|
||||||
|
|
||||||
libdri3_la_SOURCES = \
|
libdri3_la_SOURCES = \
|
||||||
dri3.h \
|
dri3.h \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue