Files
Arch-R/packages/sysutils/v4l-utils
Rudi Heitbaum a8f6684019 v4l-utils: fix meson.build for rc_keymaps
logic for keytablesystemdir changed between configure and meson

was

AC_SUBST([keytablesystemdir], [$with_udevdir/rc_keymaps])
AC_SUBST([keytableuserdir], [$sysconfdir/rc_keymaps])
AC_SUBST([udevrulesdir], [$with_udevdir/rules.d])

is now the following and the -D is missing the rc_keymaps, where as previously udevrulesdir
was defined seperately
- https://git.linuxtv.org/v4l-utils.git/tree/utils/keytable/meson.build?h=v4l-utils-1.26.0#n16
  lines 16-22 and 62-70
2023-12-09 13:05:48 +00:00
..
2021-10-24 20:09:44 +11:00