meson: fix egl build for android
authorGurchetan Singh <gurchetansingh@chromium.org>
Wed, 22 Aug 2018 23:08:34 +0000 (16:08 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 22 Aug 2018 23:47:19 +0000 (16:47 -0700)
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 <dylan@pnwbakers.com>
src/egl/meson.build

index 9c0b6b4b4a553ce3630a2bbd9281dc8b187c6c51..06922c6c3cf36f6937754f6045468b55c364f2f6 100644 (file)
@@ -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