This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: keytable: meson not passing rc_keymaps system directory Author: Rudi Heitbaum <r...@heitbaum.com> Date: Sat Dec 9 21:14:18 2023 +0000 In the meson build ir_keytable_system_dir is used as the parent directory for both rc_keymaps and rules.d, whereas udevrulesdir was defined sepeartely in the configure script. Update the -DIR_KEYTABLE_SYSTEM_DIR to include the rc_keymaps subdirectory aligning with the install_data functions. Signed-off-by: Rudi Heitbaum <r...@heitbaum.com> Signed-off-by: Sean Young <s...@mess.org> (cherry picked from commit 7823e3dc0dcf88f114514b42b945941cc4d0729d) Signed-off-by: Gregor Jasny <gja...@googlemail.com> utils/keytable/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=f14126e627601236f0d5ee410ae7e0130a68e070 diff --git a/utils/keytable/meson.build b/utils/keytable/meson.build index 0ca08a183d1d..4130a4bea514 100644 --- a/utils/keytable/meson.build +++ b/utils/keytable/meson.build @@ -17,7 +17,7 @@ ir_keytable_system_dir = udevdir ir_keytable_user_dir = get_option('sysconfdir') / 'rc_keymaps' ir_keytable_c_args = [ - '-DIR_KEYTABLE_SYSTEM_DIR="@0@"'.format(ir_keytable_system_dir), + '-DIR_KEYTABLE_SYSTEM_DIR="@0@"'.format(ir_keytable_system_dir / 'rc_keymaps'), '-DIR_KEYTABLE_USER_DIR="@0@"'.format(ir_keytable_user_dir), ] _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits