From 452782f68b3e8d25538fbe65b942c0af7c3bb147 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 24 Feb 2016 15:51:36 -0800 Subject: gen/genX_pack: Add genxml to the pack header path If you have an out-of-tree build, gen8_pack.h and friends will not be in the same folder as genX_pack.h so this will be a problem. We fixed out-of-tree earlier by adding the genxml folder to the includes for the vulkan driver. However, this is not a good long-term solution because we want to use it in ISL as well. --- src/intel/vulkan/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/intel/vulkan/Makefile.am') diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index 53cfa20a263..6be4f9fb427 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -66,7 +66,6 @@ AM_CPPFLAGS = \ -I$(top_builddir)/src/compiler \ -I$(top_builddir)/src/compiler/nir \ -I$(top_builddir)/src/intel \ - -I$(top_builddir)/src/intel/genxml \ -I$(top_builddir)/src/vulkan libvulkan_intel_la_CFLAGS = $(CFLAGS) -Wno-override-init -- cgit v1.2.3