mirror of https://github.com/commaai/openpilot.git
tools/setup: add missing package for plotjuggler (#22713)
This commit is contained in:
parent
63b85ca1e2
commit
999b2ee5cc
|
@ -67,7 +67,8 @@ function install_ubuntu_common_requirements() {
|
|||
libqt5sql5-sqlite \
|
||||
libqt5svg5-dev \
|
||||
libqt5x11extras5-dev \
|
||||
libreadline-dev
|
||||
libreadline-dev \
|
||||
libdw1
|
||||
}
|
||||
|
||||
# Install Ubuntu 21.10 packages
|
||||
|
|
Loading…
Reference in New Issue