https://bugs.freedesktop.org/show_bug.cgi?id=110735
--- Comment #1 from charlie <bug0xa...@hushmail.com> ---
As a temporary work around--link to code from non-standard directory to the
32-bit /usr/lib directory, for example:
if [[ $ARCH == *86 ]]; then
sudo find ${HOME}/lib32/ -name "libXvMC*" -type f -maxdepth 1 -exec bash -c 'ln
-s "$0" /usr/lib/"${0##*/}"' {} \;
sudo find ${HOME}/lib32/ -name "libXvMC*" -type l -maxdepth 1 -exec bash -c 'ln
-s "$0" /usr/lib/"${0##*/}"' {} \;
fi
Then delete links after compiling finishes:
sudo rm /usr/lib/libXvMC*
_____
Update: setting an rpath on 32-bit complied libXvMC* would still not let Meson
find the libs.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev