download_and_compile.sh: add optional dependency on libevent-dev

This is needed for swift support (thanks to wkitty42 for the report).
This commit is contained in:
Florent Rougon 2019-05-25 21:28:36 +02:00
parent 09cc52296d
commit 696829a260

View File

@ -725,6 +725,8 @@ if [[ "$DOWNLOAD_PACKAGES" = "y" ]]; then
PKG+=(fluid libbz2-dev libfltk1.3-dev libxi-dev libxmu-dev)
# FGAdmin
PKG+=(libxinerama-dev libjpeg-dev libxft-dev)
# swift
_optional_pkg_alternative libevent-dev
fi
# ATC-pie