build: halt meson configuration if no renderer API
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 11 Oct 2019 15:13:34 +0000 (17:13 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 11 Oct 2019 15:13:34 +0000 (17:13 +0200)
commitf80dee40c8b688f21173094e2853e080d1575449
treee4459c9193d2eed942028019f411bf3008e13a63
parent600aba57cfe91ea991c41f75f7ad347621ec4f5a
build: halt meson configuration if no renderer API

We should halt meson configuration if there is no render API
installed (either DRM, Wayland or X11).

That behavior was already in autotools but missed in meson. This patch
brings it back.

Fixes: #196
meson.build