Skip to content

meson: avoid linking all modules after a commit

Steve Lhomme requested to merge robUx4/vlc:meson-dev-mode into master

Whenever a commit is done on git, meson detects it and generates a new revision.c. This causes a relinking of libvlccore which in turns causes a relinking of all the modules that depend on it.

Merge request reports

Loading