mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
allow libglvnd to be used for rendering
BUG=b:177358466 TEST=vmc start --enable-gpu Change-Id: I79bd74d69d78b9b0c4e120b318b58cef5401cb08 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2848282 Auto-Submit: John Bates <jbates@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> Reviewed-by: David Riley <davidriley@chromium.org> Commit-Queue: John Bates <jbates@chromium.org>
This commit is contained in:
parent
9c9fd5fcf5
commit
ef085de490
1 changed files with 1 additions and 0 deletions
|
@ -1017,6 +1017,7 @@ fn create_gpu_device(
|
||||||
"/usr/lib64",
|
"/usr/lib64",
|
||||||
"/lib",
|
"/lib",
|
||||||
"/lib64",
|
"/lib64",
|
||||||
|
"/usr/share/glvnd",
|
||||||
"/usr/share/vulkan",
|
"/usr/share/vulkan",
|
||||||
];
|
];
|
||||||
for dir in lib_dirs {
|
for dir in lib_dirs {
|
||||||
|
|
Loading…
Reference in a new issue