mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
vulkan: fix out-of-tree build
We need to be able to find the generated gen*pack.h headers. Acked-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
e0565f40ea
commit
1b37276467
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ AM_CPPFLAGS = \
|
|||
-I$(top_builddir)/src \
|
||||
-I$(top_builddir)/src/compiler \
|
||||
-I$(top_builddir)/src/compiler/nir \
|
||||
-I$(top_builddir)/src/intel \
|
||||
-I$(top_builddir)/src/vulkan
|
||||
|
||||
libvulkan_intel_la_CFLAGS = $(CFLAGS) -Wno-override-init
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue