diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-07-29 21:34:51 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-07-29 21:34:51 +0100 |
commit | 8fd58fe742fca9db5d129aeebda846e0214e46d8 (patch) | |
tree | e1b56ae380eed6706e09dde845e6d8da42b77299 /media-libs | |
parent | dev-qt/qtwebengine: fix re2 compatibility (diff) | |
download | gentoo-8fd58fe742fca9db5d129aeebda846e0214e46d8.tar.gz gentoo-8fd58fe742fca9db5d129aeebda846e0214e46d8.tar.bz2 gentoo-8fd58fe742fca9db5d129aeebda846e0214e46d8.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libv4l/libv4l-1.26.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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) |