Skip to content

Commit

Permalink
circleci: use meson configure rather than mesonconf
Browse files Browse the repository at this point in the history
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 mesonbuild/meson#2761

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Jan 18, 2018
1 parent 937e603 commit a2a5458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2a5458

Please sign in to comment.