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:
parent
09cc52296d
commit
696829a260
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user