meson: fix egl build for surfaceless
authorGurchetan Singh <gurchetansingh@chromium.org>
Wed, 22 Aug 2018 23:08:33 +0000 (16:08 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 22 Aug 2018 23:47:09 +0000 (16:47 -0700)
commitec6cb01e216439fcd8a76c793a336d1b25587a41
treedfa60bebde662a751a7f45b07d6368178668fc80
parent410de0e3f1690f905c268549cef1e1e60d63e8d9
meson: fix egl build for surfaceless

Without this, I get:

 > platform_surfaceless.c:38:10: fatal error: 'loader.h' file not found
 > #include "loader.h"
 >      ^~~~~~~~~~
 > 1 error generated.

Fixes: 108d257a16859898f5ce02f4759c5c58f9b8c050 ("meson: build libEGL")
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
v2: Split up patches, modify commit message (Dylan)
src/egl/meson.build