From 66a1f505a264fd2d45f9d32831b5a4cfec239b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sun, 21 Jan 2024 23:31:04 +0100 Subject: [PATCH] Install missing qml6-module-qtqml-workerscript --- CMakeLists.txt | 2 +- tools/debian_buildenv.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fba1330ac5fc..f05e3bda6b9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3513,7 +3513,7 @@ set(CPACK_DEBIAN_PACKAGE_REPLACES "mixxx-data") if(QT6) if(QML) set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt6sql6-sqlite, fonts-open-sans, fonts-ubuntu, qt6-qpa-plugins,\ - qml6-module-qtquick-controls, qml6-module-qt-labs-qmlmodels, qml6-module-qtquick-shapes") + qml6-module-qtquick-controls, qml6-module-qt-labs-qmlmodels, qml6-module-qtquick-shapes, qml6-module-qtqml-workerscript") else() set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt6sql6-sqlite, fonts-open-sans, fonts-ubuntu, qt6-qpa-plugins") endif() diff --git a/tools/debian_buildenv.sh b/tools/debian_buildenv.sh index 17226bc19973..0bc596c05549 100755 --- a/tools/debian_buildenv.sh +++ b/tools/debian_buildenv.sh @@ -101,8 +101,9 @@ case "$1" in qtkeychain-qt6-dev \ qt6-declarative-dev \ qt6-qpa-plugins \ - qml6-module-qtquick-controls \ qml6-module-qt-labs-qmlmodels \ + qml6-module-qtqml-workerscript \ + qml6-module-qtquick-controls \ qml6-module-qtquick-shapes \ "${PACKAGES_EXTRA[@]}" ;;