summaryrefslogtreecommitdiff
path: root/src/intel/Makefile.vulkan.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-06-28 16:35:55 -0700
committerEric Anholt <eric@anholt.net>2017-07-12 10:58:33 -0700
commit5d6271c6a566b71b84ce060a71494467f312b0df (patch)
tree619094cba0f69b551e53b7e1ddb3db0c32a83a8c /src/intel/Makefile.vulkan.am
parent2aec62a45b1c907a8fff511b8eca21fa52538acb (diff)
intel: Move the DRM uapi headers to a non-Intel location.
I want to remove vc4's dependency on headers from libdrm as well, but storing multiple copies of drm_fourcc.h in our tree would be silly. v2: Update Android.mk as well, move distcheck drm*.h references to top-level noinst_HEADERS. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> (v1) Reviewed-by: Daniel Stone <daniels@collabora.com> (v1) Reviewed-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'src/intel/Makefile.vulkan.am')
-rw-r--r--src/intel/Makefile.vulkan.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/Makefile.vulkan.am b/src/intel/Makefile.vulkan.am
index 3857a5dc628..6550f6846f3 100644
--- a/src/intel/Makefile.vulkan.am
+++ b/src/intel/Makefile.vulkan.am
@@ -84,7 +84,7 @@ VULKAN_CFLAGS = \
VULKAN_CPPFLAGS = \
-I$(top_srcdir)/src/compiler \
-I$(top_srcdir)/src/intel/compiler \
- -I$(top_srcdir)/src/intel/drm \
+ -I$(top_srcdir)/include/drm-uapi \
-I$(top_builddir)/src/intel/vulkan \
-I$(top_srcdir)/src/intel/vulkan \
-I$(top_srcdir)/src/vulkan/wsi \