Skip to content

Fix extra tool error message

Romain Vimont requested to merge rom1v/vlc:extra_tools_message into master

The error message is printed (among others) when the major versions differ, not only when the current version is older than the expected one, so "too old" may be incorrect.

Before:

meson too old

After:

meson incompatible version (expected 0.51.1, got 1.1.1)

Merge request reports