From: Eric Engestrom Date: Mon, 30 Sep 2019 13:06:07 +0000 (+0100) Subject: meson: split Mesa headers as a separate installation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a7e9652c499340a4f269cae147a68ed553a9a6c;p=mesa.git 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 --- 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',