xbmc: Add libvdpau to LD_LIBRARY_PATH, so xbmc can find it at runtime

This commit is contained in:
Rickard Nilsson 2013-01-21 19:05:08 +01:00
parent 1886d1db6a
commit 0e8f9adb07

View file

@ -77,7 +77,8 @@ stdenv.mkDerivation rec {
--prefix PATH ":" "${python}/bin" \
--prefix PATH ":" "${glxinfo}/bin" \
--prefix PATH ":" "${xdpyinfo}/bin" \
--prefix LD_LIBRARY_PATH ":" "${curl}/lib"
--prefix LD_LIBRARY_PATH ":" "${curl}/lib" \
--prefix LD_LIBRARY_PATH ":" "${libvdpau}/lib"
done
'';