mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 05:42:49 +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
|
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 ]
|
if [ "$USE_VENV" = true ]
|
||||||
then
|
then
|
||||||
sudo apt install -y python3 python3-venv
|
sudo apt install -y python3 python3-venv
|
||||||
|
|||||||
Reference in New Issue
Block a user