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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user