gen/genX_pack: Add genxml to the pack header path
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 24 Feb 2016 23:51:36 +0000 (15:51 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 27 Feb 2016 18:26:13 +0000 (10:26 -0800)
commit452782f68b3e8d25538fbe65b942c0af7c3bb147
treea5296231e7c2b0db211f1a816e7bc75d1bccb426
parent265d4c415ca6b41bdd9a4a3e9f311d8f6e69cef1
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/genxml/genX_pack.h
src/intel/vulkan/Makefile.am