meson: fix egl build for meson version < 0.43
authorDylan Baker <dylan@pnwbakers.com>
Sat, 21 Oct 2017 00:34:51 +0000 (17:34 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 23 Oct 2017 17:14:40 +0000 (10:14 -0700)
commit77f7ef0287cee23d411b1a2e750d281efe425ff3
treeaa49a75db0e01d9ade8c7b087a5013fe07f114b9
parentf9ccfda9bc8166f833fdb64adf1eca5b8ee69251
meson: fix egl build for meson version < 0.43

Meson 0.43 added the ability to pass nested lists to
include_directories, so the code that we have works for 0.43, but not
for 0.42. This patch changes the include_directories list to be flat so
it works with 0.42

fixes: 108d257a16859898f5c ("meson: build libEGL")
Tested-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
src/egl/meson.build