Browse Source

meson: install plugins into pkg specific directory

Reuse the location which automake uses.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
pull/199/head
Olaf Hering 6 months ago
committed by Steve Lhomme
parent
commit
e874cef3a5
  1. 2
      modules/meson.build

2
modules/meson.build

@ -471,7 +471,7 @@ foreach module : vlc_modules
extra_files: module.get('extra_files', []),
build_by_default: true,
install: true,
install_dir: get_option('libdir') / 'vlc/plugins',
install_dir: pkglibdir_path / 'plugins',
kwargs: kwargs,
shortname: shortname,
)

Loading…
Cancel
Save