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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-01-19 09:04:14 +10:00
parent 937e60319b
commit a2a54586eb

View file

@ -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