meson: Print a message about why a libdrm version was selected
authorDylan Baker <dylan@pnwbakers.com>
Tue, 4 Sep 2018 21:42:07 +0000 (14:42 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 5 Sep 2018 17:32:51 +0000 (10:32 -0700)
commitd25a27ec56dd9a722a3b6073ec0b6daa7993b0d7
tree46d8a24ad97261d03a7785178dfa66f571c299a3
parentaf104ad79984c96df846ad9ac8d10b0ba67c0a36
meson: Print a message about why a libdrm version was selected

We require a single version of libdrm for all of our libdrm
dependencies (core and driver), but the way this is structured can make
the error message less than helpful, as one driver might be the one
setting the libdrm requirement, while another might be the one that
generates the version failure.

This adds a simple message to the output announcing which libdrm module
set the version, which might be more helpful.

v2: - Use message suggested by Eric Engstrom

Fixes: c445b1d56f47922206de55e557444aadb62e11f6
       ("meson: Use the same version for all libdrm checks")
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
meson.build