From 64f3f534a28d99be295b630e0623da3e21c63407 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Sat, 17 Mar 2018 15:16:53 +0100 Subject: [PATCH] download_and_compile.sh: add optional dependency on qml-module-qtquick-dialogs The qml-module-qtquick-dialogs package is needed for the built-in launcher's Settings dialog since FlightGear commit 37dc418ce1978a55281cdedf6983e0e3ffea0108. --- download_and_compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/download_and_compile.sh b/download_and_compile.sh index d1890fe..2a32069 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -344,6 +344,7 @@ _optional_pkg_alternative qtbase5-private-dev _optional_pkg_alternative qtdeclarative5-private-dev _optional_pkg_alternative qml-module-qtquick2 _optional_pkg_alternative qml-module-qtquick-window2 +_optional_pkg_alternative qml-module-qtquick-dialogs # FGPanel PKG="$PKG fluid libbz2-dev libfltk1.3-dev libxi-dev libxmu-dev" # FGAdmin