From d09a429c50e5f267b2489989724dea6d3d800ff4 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 5 Jan 2018 16:00:04 +0100 Subject: [PATCH] buildtypes/meson: Log if `meson` is not there This is useful for MarIuX as `meson` is only in the Python package environment, and not installed in the system. --- buildtypes/meson.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/buildtypes/meson.sh.in b/buildtypes/meson.sh.in index 4383134..fecc0a9 100644 --- a/buildtypes/meson.sh.in +++ b/buildtypes/meson.sh.in @@ -28,6 +28,7 @@ if [ ! -r "${BEE_BUILDTYPE_MESON_MESONBUILD}" ] ; then fi if ! type -p meson >/dev/null 2>&1 ; then + print_info "Could not find executable meson." return fi