mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
meson: install KHR/khrplatform.h when needed
Fixes:f7d42ee7d3"include: update GL & GLES headers (v2)" Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commite02f061b69)
This commit is contained in:
parent
06eb33960e
commit
82faa8067a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ if with_gles2
|
|||
)
|
||||
endif
|
||||
|
||||
if with_gles1 or with_gles2 or with_egl
|
||||
if with_gles1 or with_gles2 or with_opengl or with_egl
|
||||
install_headers('KHR/khrplatform.h', subdir : 'KHR')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue