From e78b23959706db9348f7ba8da36f25dcb2d74353 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Tue, 14 Jul 2020 12:31:56 +0200 Subject: [PATCH] download_and_compile.sh: require qml-module-qtquick-controls2 when building next --- download_and_compile.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/download_and_compile.sh b/download_and_compile.sh index 926a9e7..8802704 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -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