meson: be explicit about the version required
authorEric Engestrom <eric.engestrom@imgtec.com>
Tue, 24 Oct 2017 13:57:11 +0000 (14:57 +0100)
committerEric Engestrom <eric.engestrom@imgtec.com>
Wed, 25 Oct 2017 13:05:56 +0000 (14:05 +0100)
commit7983adc60f2f3e4390b2dee98c30d7da14732b83
treea093704d9450c36254de32c15f8ca804709e3890
parent9e5a5a11ed93637fe28735e3dd161e59c4c3e5d0
meson: be explicit about the version required

This way, we know what we're allowed to use (no nested include lists
for instance) and users get immediate feedback when trying to use
unsupported versions, rather than a cryptic crash or things being
silently not built correctly.

Cc: Dylan Baker <dylan@pnwbakers.com>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build