mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
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:
parent
668258746b
commit
44282da30d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user