meson: split Mesa headers as a separate installation

Fixes: 93df862b6a ("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>
This commit is contained in:
Eric Engestrom 2019-09-30 14:06:07 +01:00
parent daae003f47
commit 1a7e9652c4

View File

@ -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',