diff options
author | Jason Ekstrand <[email protected]> | 2017-06-12 16:52:20 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-07-12 21:15:46 -0700 |
commit | a668ba9c1888de1417c55b6181e287ccfaa7a6f6 (patch) | |
tree | 0385d3a07d41128cef0990a8b33e804561c93bd8 /src/intel/Makefile.am | |
parent | 285242e6747e9ca06489617e008ef71f3cbaf056 (diff) |
intel/isl: Add basic modifier introspection
Reviewed-by: Topi Pohjolainen <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/intel/Makefile.am')
-rw-r--r-- | src/intel/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index 269d73dfcb0..02c625a81da 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -38,6 +38,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/gallium/include \ $(VALGRIND_CFLAGS) \ + $(LIBDRM_CFLAGS) \ $(DEFINES) AM_CFLAGS = \ |