mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-03-23 15:34:18 +08:00
Add missing XCB for QT5 to install script. (#3595)
This commit is contained in:
committed by
GitHub
parent
313b292a07
commit
f381fdf91a
@@ -39,6 +39,9 @@ then
|
||||
fi
|
||||
|
||||
|
||||
# Solves: Could not load the Qt platform plugin "xcb"
|
||||
sudo apt install libxcb-xinerama0 libxcb-cursor0 libxkbcommon-x11-0 libglu1-mesa
|
||||
|
||||
if [ "$USE_VENV" = true ]
|
||||
then
|
||||
sudo apt install -y python3 python3-venv
|
||||
|
||||
Reference in New Issue
Block a user