Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ee2b35f5 by Fatih Uzunoglu at 2024-02-17T06:33:50+00:00
meson: add option to specify extra_files
- - - - -
1 changed file:
- modules/meson.build
Changes:
=====================================
modules/meson.build
=====================================
@@ -279,6 +279,7 @@ foreach module : vlc_modules
'c_args',
'cpp_args',
'objc_args',
+ 'extra_files',
]
foreach key : module.keys()
if key not in valid_dict_keys
@@ -309,6 +310,7 @@ foreach module : vlc_modules
c_args: [module.get('c_args', []), common_args],
cpp_args: [module.get('cpp_args', []), common_args],
objc_args: [module.get('objc_args', []), common_args],
+ extra_files: module.get('extra_files', []),
build_by_default: true,
install: true,
install_dir: get_option('libdir') / 'vlc/plugins',
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/ee2b35f50d5e517e0be483b53ab4c7afb8d2a3d8
--
View it on GitLab:
https://code.videolan.org/videolan/vlc/-/commit/ee2b35f50d5e517e0be483b53ab4c7afb8d2a3d8
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits