summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-06-15 16:52:22 -0700
committerEric Anholt <eric@anholt.net>2017-07-12 10:58:33 -0700
commita2d87a00191a7cfecfea65185ff1eca3ca958160 (patch)
tree4b9ea64df8e02249d570c37a69f343bd670a7258 /Makefile.am
parent5d6271c6a566b71b84ce060a71494467f312b0df (diff)
vc4: Switch back to using a local copy of vc4_drm.h.
Needing to get our uapi header from libdrm has only complicated things. Follow intel's lead and drop our requirement for it. Generated from the same commit mentioned in the README. v2: Update Android.mk as well, move vc4_drm.h reference for distcheck. Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c83e636603..cf52c834aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,6 +66,7 @@ noinst_HEADERS = \
include/drm-uapi/drm_fourcc.h \
include/drm-uapi/drm_mode.h \
include/drm-uapi/i915_drm.h \
+ include/drm-uapi/vc4_drm.h \
include/D3D9 \
include/GL/wglext.h \
include/HaikuGL \