wip
This commit is contained in:
@@ -3,7 +3,7 @@ import json
|
|||||||
Import('qt_env', 'arch', 'common', 'messaging', 'visionipc',
|
Import('qt_env', 'arch', 'common', 'messaging', 'visionipc',
|
||||||
'cereal', 'transformations')
|
'cereal', 'transformations')
|
||||||
|
|
||||||
base_libs = [common, messaging, cereal, visionipc, transformations, 'zmq',
|
base_libs = [common, messaging, cereal, visionipc, transformations, 'zmq', 'Qt5WebEngineWidgets',
|
||||||
'capnp', 'kj', 'm', 'OpenCL', 'ssl', 'crypto', 'pthread', 'OmxCore', 'avformat', 'avcodec', 'avutil', 'yuv'] + qt_env["LIBS"]
|
'capnp', 'kj', 'm', 'OpenCL', 'ssl', 'crypto', 'pthread', 'OmxCore', 'avformat', 'avcodec', 'avutil', 'yuv'] + qt_env["LIBS"]
|
||||||
|
|
||||||
if arch == 'larch64':
|
if arch == 'larch64':
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
# Todo: Detect if provisioned for current version. If not, start qt_shell subshell for provision.
|
# Todo: Detect if provisioned for current version. If not, start qt_shell subshell for provision.
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y nodejs npm python3-pyqt5 pywayland imagemagick python3-dev python3-pyqt5.qtwebengine pybind11-dev
|
apt-get install -y nodejs npm python3-pyqt5 pywayland imagemagick qtwebengine5-dev
|
||||||
|
python3-dev python3-pyqt5.qtwebengine pybind11-dev
|
||||||
# apt-get install -y python3-pyqt5.qtwebengine
|
# apt-get install -y python3-pyqt5.qtwebengine
|
||||||
|
|
||||||
# Detect if libyuv is installed. If it is, nothing to do.
|
# Detect if libyuv is installed. If it is, nothing to do.
|
||||||
|
|||||||
Reference in New Issue
Block a user