From 4a82d5e8bc390dbac9fa7f82ce8efc49af87f69b Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Mon, 16 Nov 2020 15:04:22 +0100 Subject: [PATCH] download_and_compile.sh: qml-module-qtquick-controls2 for everything but --old-lts Require qml-module-qtquick-controls2 when building 'next', or using -s, or --lts. --- download_and_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index 74077b0..5197bf2 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -603,7 +603,7 @@ function _installOrUpdateDistroPackages(){ _optional_pkg_alternative qml-module-qtquick-window2 _optional_pkg_alternative qml-module-qtquick-dialogs - if [[ "$SELECTED_SUITE" = "next" ]]; then + if [[ "$SELECTED_SUITE" != "old-lts" ]]; then _optional_pkg_alternative qml-module-qtquick-controls2 fi