mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-31 00:40:07 +01:00
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:
parent
937e60319b
commit
a2a54586eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue