Changes: https://github.com/mpv-player/mpv/releases/tag/v0.40.0 Reported by: GitHub (watch releases)
12 lines
623 B
Plaintext
12 lines
623 B
Plaintext
--- meson.build.orig 2025-03-25 17:33:27 UTC
|
|
+++ meson.build
|
|
@@ -1791,7 +1791,7 @@ if get_option('cplayer')
|
|
conf_files = ['etc/mpv.conf', 'etc/input.conf',
|
|
'etc/mplayer-input.conf', 'etc/restore-old-bindings.conf',
|
|
'etc/restore-osc-bindings.conf']
|
|
- install_data(conf_files, install_dir: join_paths(datadir, 'doc', 'mpv'))
|
|
+ install_data(conf_files, install_dir: join_paths(datadir, 'examples', 'mpv'))
|
|
|
|
bash_install_dir = join_paths(datadir, 'bash-completion', 'completions')
|
|
install_data('etc/mpv.bash-completion', install_dir: bash_install_dir, rename: 'mpv')
|