soundd: use offscreen platform to avoid initialzing gpu stuff

old-commit-hash: b7394c6171
commatwo_master
Adeeb Shihadeh 4 years ago
parent a5d2fd6134
commit 08a11cdf84
  1. 1
      selfdrive/ui/soundd

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
cd "$(dirname "$0")" cd "$(dirname "$0")"
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH" export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
export QT_QPA_PLATFORM="offscreen"
exec ./_soundd exec ./_soundd

Loading…
Cancel
Save