meson: sort gallium drivers after winsys
authorDylan Baker <dylan@pnwbakers.com>
Wed, 15 Nov 2017 18:41:42 +0000 (10:41 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 4 Dec 2017 22:35:31 +0000 (14:35 -0800)
commit831d2fb01260016d5c253ab516ad7a2b844bb249
tree490ff61c5708b8406f6852962aa05a1999f4a4b6
parent383cdaf990959c9e52b93ae81187eef2487ab694
meson: sort gallium drivers after winsys

This is a requirement of the next patch. Since meson does not have
forward declarations, and we're going to define the driver dependencies
in the drivers folder they need to be after the winsys so that the
winsys libs are defined first.

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/gallium/meson.build