diff options
author | Kristian Høgsberg Kristensen <[email protected]> | 2016-02-10 15:52:29 -0800 |
---|---|---|
committer | Kristian Høgsberg Kristensen <[email protected]> | 2016-02-10 15:54:28 -0800 |
commit | 09bb7ea4b735dc2f7a64a3bacdc79eb95728d78f (patch) | |
tree | d586ed8ce71287afc30746f43b27e1a5737c9aef | |
parent | 9cc939d82f2de83133010545af0c2f519a13d064 (diff) |
anv: Fix out-of-tree build
We need to be able to find the generated nir_opcodes.h header.
-rw-r--r-- | src/vulkan/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/Makefile.am b/src/vulkan/Makefile.am index 36bea427c66..a3b05faeae8 100644 --- a/src/vulkan/Makefile.am +++ b/src/vulkan/Makefile.am @@ -64,6 +64,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/isl/ \ -I$(top_builddir)/src \ -I$(top_builddir)/src/compiler \ + -I$(top_builddir)/src/compiler/nir \ -I$(top_builddir)/src/vulkan libvulkan_la_CFLAGS = $(CFLAGS) -Wno-override-init |