From a2a54586ebbb40140de338671047f7a914a6ec27 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 19 Jan 2018 09:04:14 +1000 Subject: [PATCH] circleci: use meson configure rather than mesonconf This broke with meson 0.44 and results in an error: RuntimeError: Could not determine how to run Meson. Please file a bug with details. See https://github.com/mesonbuild/meson/issues/2761 Signed-off-by: Peter Hutterer --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index a204dc40..7f45ed0d 100644 --- a/circle.yml +++ b/circle.yml @@ -10,7 +10,7 @@ libinput_jobs: command: | rm -rf build meson build ${MESON_PARAMS} - mesonconf build + meson configure build ninja -v -C build ${NINJA_ARGS} environment: MESON_PARAMS: --prefix=/opt/libinput