From 2ab43e6c0abdebda058f634e4de2b43ec0768cc0 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Tue, 14 Nov 2017 14:48:24 +0100 Subject: [PATCH] download_and_compile.sh: add optional dependency on qtbase5-private-dev qtbase5-private-dev is needed for the built-in launcher, starting from FG commit 329f8f77ab1a9d0ca2edbbbf23ffbaacaf7b7345. --- download_and_compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download_and_compile.sh b/download_and_compile.sh index 0e43ff4..012f28d 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -338,8 +338,8 @@ _mandatory_pkg_alternative libopenscenegraph-3.4-dev libopenscenegraph-dev \ # FG PKG="$PKG libopenal-dev libudev-dev qt5-default qtdeclarative5-dev libdbus-1-dev libplib-dev" _mandatory_pkg_alternative libpng-dev libpng12-dev libpng16-dev -# Those two are needed for the built-in launcher, starting from FG commit -# 3a8d3506d651b770e3173841a034e6203528f465 (committed to FG on 2017-09-26). +# These three packages are needed for the built-in launcher +_optional_pkg_alternative qtbase5-private-dev _optional_pkg_alternative qtdeclarative5-private-dev _optional_pkg_alternative qml-module-qtquick2 # FGPanel