mesa: fix broken vaapi/vdpau symlinks
This commit is contained in:
@@ -361,6 +361,11 @@ in stdenv.mkDerivation {
|
|||||||
fi
|
fi
|
||||||
done
|
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
|
# Don't depend on build python
|
||||||
patchShebangs --host --update $out/bin/*
|
patchShebangs --host --update $out/bin/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user