commit:     8fd58fe742fca9db5d129aeebda846e0214e46d8
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 20:34:51 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 20:34:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd58fe7

media-libs/libv4l: Fix rc_keymaps location on prefix

Thanks to Terin Stock for reporting.

Closes: https://bugs.gentoo.org/936880
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-libs/libv4l/libv4l-1.26.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libv4l/libv4l-1.26.1.ebuild 
b/media-libs/libv4l/libv4l-1.26.1.ebuild
index 3e900256d082..7359cb46f31a 100644
--- a/media-libs/libv4l/libv4l-1.26.1.ebuild
+++ b/media-libs/libv4l/libv4l-1.26.1.ebuild
@@ -99,7 +99,7 @@ multilib_src_configure() {
                $(meson_native_use_bool utils v4l-utils)
                -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
                -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
-               -Dudevdir="$(get_udevdir)"
+               -Dudevdir="${EPREFIX}$(get_udevdir)"
                $(meson_native_use_feature doc doxygen-doc)
                $(meson_native_use_bool doc doxygen-html)
                $(meson_native_use_bool doc doxygen-man)

Reply via email to