forked from Proxmox-Port/Proxmox-Port
14 lines
471 B
Diff
14 lines
471 B
Diff
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
|
|
index b26da505..fc8ca388 100644
|
|
--- a/PVE/QemuServer.pm
|
|
+++ b/PVE/QemuServer.pm
|
|
@@ -1835,7 +1841,7 @@ sub print_vga_device {
|
|
}
|
|
|
|
if ($vga->{type} eq 'virtio-gl') {
|
|
- my $base = '/usr/lib/x86_64-linux-gnu/lib';
|
|
+ my $base = '/usr/lib/aarch64-linux-gnu/lib';
|
|
die "missing libraries for '$vga->{type}' detected! Please install 'libgl1' and 'libegl1'\n"
|
|
if !-e "${base}EGL.so.1" || !-e "${base}GL.so.1";
|
|
|