Fix khrplatform.h not installed if EGL is disabled.
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Mon, 12 Jun 2017 11:00:07 +0000 (12:00 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 14 Jun 2017 15:55:13 +0000 (16:55 +0100)
commit2154defcd698c7f9862bd235925cac75c0d5a520
tree4c4a2d4f93296efdb495f7f8be76dc2ccfd26c57
parentc1eedb43f32f6a3733f26e7918eb028f68bd60a4
Fix khrplatform.h not installed if EGL is disabled.

KHR/khrplatform.h is required by the EGL, GLES and VG headers, but is
only installed if Mesa3d is compiled with EGL support.

This patch installs this header file unconditionally.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77240
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/egl/Makefile.am
src/mapi/Makefile.am