mesa: fix broken vaapi/vdpau symlinks (#368261)

This commit is contained in:
K900
2024-12-26 11:00:52 +03:00
committed by GitHub

View File

@@ -361,6 +361,11 @@ in stdenv.mkDerivation {
fi
done
# update symlinks pointing to libgallium in $out
for link in $drivers/lib/dri/*_drv_video.so $drivers/lib/vdpau/*.so.1.0.0; do
ln -sf $drivers/lib/libgallium*.so $link
done
# Don't depend on build python
patchShebangs --host --update $out/bin/*