Skip to content

Commit

Permalink
scons: remove QtMultimedia lib and include path from build configurat…
Browse files Browse the repository at this point in the history
…ion (commaai#33358)

remove multimedia
  • Loading branch information
deanlee authored Aug 23, 2024
1 parent 63992fd commit 61abc05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
1 change: 0 additions & 1 deletion tools/install_ubuntu_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 61abc05

Please sign in to comment.