download_and_compile.sh: require qml-module-qtquick-controls2 when building next
This commit is contained in:
parent
754b347d7c
commit
e78b239597
1 changed files with 5 additions and 0 deletions
|
@ -601,6 +601,11 @@ function _installOrUpdateDistroPackages(){
|
|||
_optional_pkg_alternative qml-module-qtquick2
|
||||
_optional_pkg_alternative qml-module-qtquick-window2
|
||||
_optional_pkg_alternative qml-module-qtquick-dialogs
|
||||
|
||||
if [[ "$SELECTED_SUITE" = "next" ]]; then
|
||||
_optional_pkg_alternative qml-module-qtquick-controls2
|
||||
fi
|
||||
|
||||
_optional_pkg_alternative libqt5opengl5-dev
|
||||
_optional_pkg_alternative libqt5svg5-dev
|
||||
_optional_pkg_alternative libqt5websockets5-dev
|
||||
|
|
Loading…
Reference in a new issue