summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-09-30 14:06:07 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-10-10 22:33:05 +0100
commit1a7e9652c499340a4f269cae147a68ed553a9a6c (patch)
treeedc013cd7e4f7d90828f76664a2e844bf42d4cc8 /include
parentdaae003f471e7df222d5959f3ce1b3c709436579 (diff)
meson: split Mesa headers as a separate installation
Fixes: 93df862b6affb6b8507e ("meson: re-add incorrect pkg-config files with GLVND for backward compatibility") Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'include')
-rw-r--r--include/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/meson.build b/include/meson.build
index 082d8d66876..149b122236b 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -74,6 +74,13 @@ if with_egl
'EGL/egl.h',
'EGL/eglext.h',
'EGL/eglplatform.h',
+ subdir : 'EGL',
+ )
+endif
+
+# Non-upstream headers
+if with_egl
+ install_headers(
'EGL/eglmesaext.h',
'EGL/eglextchromium.h',
subdir : 'EGL',