mirror of https://github.com/commaai/openpilot.git
scons: remove QtMultimedia lib and include path from build configuration (#33358)
remove multimedia
old-commit-hash: 61abc05c8b
This commit is contained in:
parent
c2fbe69e9f
commit
d105d8b3fa
|
@ -269,7 +269,7 @@ Export('envCython', 'np_version')
|
|||
|
||||
# Qt build environment
|
||||
qt_env = env.Clone()
|
||||
qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Multimedia", "Quick", "Qml", "QuickWidgets", "DBus", "Xml"]
|
||||
qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Quick", "Qml", "QuickWidgets", "DBus", "Xml"]
|
||||
|
||||
qt_libs = []
|
||||
if arch == "Darwin":
|
||||
|
|
|
@ -60,7 +60,6 @@ function install_ubuntu_common_requirements() {
|
|||
ocl-icd-opencl-dev \
|
||||
portaudio19-dev \
|
||||
qml-module-qtquick2 \
|
||||
qtmultimedia5-dev \
|
||||
qtdeclarative5-dev \
|
||||
qttools5-dev-tools \
|
||||
libqt5svg5-dev \
|
||||
|
|
Loading…
Reference in New Issue