meson: give dri- and gallium-drivers separate vars
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 12 Apr 2019 15:51:08 +0000 (17:51 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 May 2019 18:30:29 +0000 (18:30 +0000)
commit2127403439bec84ed6bdcd64ca4eca8548f9f77a
treeb2691a10a9acc5a8c403074c5edcfec137b37ae3
parent28f18915b89ede1baac770b042943c6ebd0f5ef4
meson: give dri- and gallium-drivers separate vars

Variables are cheap, and there's little reason for the dri and gallium
drivers to work on the same variable for the driver list. So let's split
these in two separate lists instead.

This makes it easier to inspect these after-the fact, for instance
for generating a summary of build-settings.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Dylan Baker <dylan@pnwbakers.com>
meson.build