From: Eric Engestrom Date: Tue, 19 Feb 2019 11:18:07 +0000 (+0000) Subject: tegra/autotools: add missing libdrm cflags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f84f833981286b2955f40f98e4beeecbcc67a69b;p=mesa.git tegra/autotools: add missing libdrm cflags Fixes: f1374805a86d0d506557 "drm-uapi: use local files, not system libdrm" Bug: https://bugs.freedesktop.org/show_bug.cgi?id=109647 Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov --- diff --git a/src/gallium/drivers/tegra/Makefile.am b/src/gallium/drivers/tegra/Makefile.am index 75328ece242..bcb039b227f 100644 --- a/src/gallium/drivers/tegra/Makefile.am +++ b/src/gallium/drivers/tegra/Makefile.am @@ -3,6 +3,7 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ -I$(top_srcdir)/include \ + $(LIBDRM_CFLAGS) \ $(GALLIUM_DRIVER_CFLAGS) noinst_LTLIBRARIES = libtegra.la