build-system: don't build googlemaps for downloader only builds

This is kind of a silly optimization, but might make a huge difference in build
time on a Raspberry Pi.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-19 09:42:18 -08:00
parent 6e579f1c1b
commit 6a7152bb40

View file

@ -498,7 +498,7 @@ fi
cd "$SRC"
if [ "$QUICK" != "1" ] ; then
if [ "$QUICK" != "1" ] && [ "$BUILD_DESKTOP$BUILD_MOBILE" != "" ] ; then
# build the googlemaps map plugin
cd "$SRC"