mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
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:
parent
daae003f47
commit
1a7e9652c4
1 changed files with 7 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue