mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
meson: fix egl build for android
Haven't tested this, but we do include loader.h
in platform_android.c
Fixes: c5ec155685 ("meson: wire up egl/android")
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
ec6cb01e21
commit
c731508b98
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ endif
|
||||||
if with_platform_android
|
if with_platform_android
|
||||||
deps_for_egl += dep_android
|
deps_for_egl += dep_android
|
||||||
files_egl += files('drivers/dri2/platform_android.c')
|
files_egl += files('drivers/dri2/platform_android.c')
|
||||||
|
incs_for_egl += [inc_loader]
|
||||||
endif
|
endif
|
||||||
if with_platform_haiku
|
if with_platform_haiku
|
||||||
incs_for_egl += inc_haikugl
|
incs_for_egl += inc_haikugl
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue