From 5a3ac5bfaeb8bf2078050bef528c2224bfb48b86 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:20:49 -0400 Subject: [PATCH] meson.build: add restore-osc-bindings.conf to conf_files --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f92ef0d569..1c9f35a322 100644 --- a/meson.build +++ b/meson.build @@ -1779,7 +1779,8 @@ if get_option('cplayer') confdir = get_option('sysconfdir') conf_files = ['etc/mpv.conf', 'etc/input.conf', - 'etc/mplayer-input.conf', 'etc/restore-old-bindings.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')) bash_install_dir = join_paths(datadir, 'bash-completion', 'completions')