summaryrefslogtreecommitdiff
path: root/src/egl
diff options
context:
space:
mode:
authorEric Le Bihan <eric.le.bihan.dev@free.fr>2017-06-12 12:00:07 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2017-06-14 16:55:13 +0100
commit2154defcd698c7f9862bd235925cac75c0d5a520 (patch)
tree4c4a2d4f93296efdb495f7f8be76dc2ccfd26c57 /src/egl
parentc1eedb43f32f6a3733f26e7918eb028f68bd60a4 (diff)
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>
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am
index 14fd77f14a..81090387b5 100644
--- a/src/egl/Makefile.am
+++ b/src/egl/Makefile.am
@@ -163,9 +163,6 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = main/egl.pc
-khrdir = $(includedir)/KHR
-khr_HEADERS = $(top_srcdir)/include/KHR/khrplatform.h
-
egldir = $(includedir)/EGL
egl_HEADERS = \
$(top_srcdir)/include/EGL/eglext.h \