diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2021-05-10 19:44:05 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-17 08:49:38 +0700 |
commit | 3544e36e41b562e785dbb8a70dd534da3061b76a (patch) | |
tree | 98a4ed34fcbf8e902e518e82a05913df671a21bb /games/FlightGear/FlightGear.SlackBuild | |
parent | 4a8b7fdb37513eddf6b62d31feacedae891c53c5 (diff) |
games/FlightGear: Updated for version 2020.3.8, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/FlightGear/FlightGear.SlackBuild')
-rw-r--r-- | games/FlightGear/FlightGear.SlackBuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild index fed48f1bff33a..e0d27686ab52f 100644 --- a/games/FlightGear/FlightGear.SlackBuild +++ b/games/FlightGear/FlightGear.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=FlightGear SRCNAM=flightgear -VERSION=${VERSION:-2020.3.6} +VERSION=${VERSION:-2020.3.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,13 +59,6 @@ fi set -e -# Choose if we build the internal Qt launcher. -if [ "${QT5}" == "yes" ]; then - OPT="$OPT -DENABLE_QT=ON" -else - OPT="$OPT -DENABLE_QT=OFF" -fi - rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP @@ -87,7 +80,6 @@ cd build -DCMAKE_INSTALL_PREFIX=/usr \ -DEVENT_INPUT="ON" \ -DFG_DATA_DIR=/usr/share/${PRGNAM} \ - $OPT \ -DCMAKE_BUILD_TYPE=Release \ -DFG_BUILD_TYPE=Release .. make |