diff options
author | Eric Engestrom <[email protected]> | 2019-02-19 11:18:07 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-19 13:29:05 +0000 |
commit | f84f833981286b2955f40f98e4beeecbcc67a69b (patch) | |
tree | 41884a90a521e3512bcbf71f60124c51d7a8a547 /src | |
parent | b787403a21de8eeb21336274ba6ff19392a216da (diff) |
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 <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/tegra/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |