Add vfs_gpu.lib.so to Mesa run scripts

This follow-up commit to "vfs_gpu: VFS plugin that handles GPU
completions" is needed to excute the mesa-gears.run script.

Issue #4380
This commit is contained in:
Norman Feske 2022-02-21 12:00:26 +01:00 committed by Christian Helmuth
parent 668258746b
commit 44282da30d

View File

@ -157,7 +157,7 @@ set boot_modules {
egl.lib.so mesa.lib.so stdcxx.lib.so egl.lib.so mesa.lib.so stdcxx.lib.so
expat.lib.so glapi.lib.so zlib.lib.so expat.lib.so glapi.lib.so zlib.lib.so
core init ld.lib.so timer mesa_gpu-softpipe.lib.so core init ld.lib.so timer mesa_gpu-softpipe.lib.so
libdrm.lib.so libdrm.lib.so vfs_gpu.lib.so
} }
append_if $use_iris boot_modules { append_if $use_iris boot_modules {