From 1a7e9652c499340a4f269cae147a68ed553a9a6c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 30 Sep 2019 14:06:07 +0100 Subject: [PATCH] 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 Reviewed-by: Dylan Baker --- include/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) 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', -- 2.30.2