diff options
author | Gurchetan Singh <[email protected]> | 2018-08-22 16:08:34 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-08-22 16:47:19 -0700 |
commit | c731508b9883c658dee9c4464452087345eebe1f (patch) | |
tree | 59bf69f8852ce8a1baa17543c867ba21dc8ae1fc /src | |
parent | ec6cb01e216439fcd8a76c793a336d1b25587a41 (diff) |
meson: fix egl build for android
Haven't tested this, but we do include loader.h
in platform_android.c
Fixes: c5ec1556859b7d33637c9fad13d3473c7b2f9eb3 ("meson: wire up egl/android")
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/egl/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/meson.build b/src/egl/meson.build index 9c0b6b4b4a5..06922c6c3cf 100644 --- a/src/egl/meson.build +++ b/src/egl/meson.build @@ -130,6 +130,7 @@ endif if with_platform_android deps_for_egl += dep_android files_egl += files('drivers/dri2/platform_android.c') + incs_for_egl += [inc_loader] endif if with_platform_haiku incs_for_egl += inc_haikugl |