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.
This commit is contained in:
parent
444e8c0338
commit
4a82d5e8bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue