Skip to content

Commit 21b98cf

Browse files
ePiratrobUx4
authored andcommitted
meson: depend plugin cache generation on all plugins
Use the new vlc_plugins_targets_array to depend on all plugins with the plugins.dat custom target. This ensures the plugin cache is properly regenerated when plugins change.
1 parent 3d7f0d5 commit 21b98cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ if build_vlc and (host_system != 'darwin' or have_osx) and not have_win_store an
5555
command: [vlc_cache_gen_dep, meson.global_build_root() / 'modules'],
5656
# ninja command will be `ninja bin/plugins.dat`
5757
output: 'plugins.dat',
58+
depends: vlc_plugins_targets_array,
5859
build_by_default: not meson.is_cross_build(),
5960
)
6061

0 commit comments

Comments
 (0)