Browse Source

Fix issue #1056

pull/1236/merge
Daniel Gibbs 8 years ago
parent
commit
93b019be1c
  1. 3
      lgsm/functions/check_deps.sh

3
lgsm/functions/check_deps.sh

@ -202,6 +202,9 @@ if [ -n "$(command -v dpkg-query)" ]; then
# GoldenEye: Source
elif [ "${gamename}" == "GoldenEye: Source" ]; then
array_deps_required+=( zlib1g:i386 libldap-2.4-2:i386 )
# Serious Sam 3: BFE
elif [ "${gamename}" == "Serious Sam 3: BFE" ]; then
array_deps_required+=( libxrandr2:i386 libglu1-mesa:i386 libxtst6:i386 libusb-1.0-0-dev:i386 libxxf86vm1:i386 libopenal1:i386 libssl1.0.0:i386 libgtk2.0-0:i386 libdbus-glib-1-2:i386 libnm-glib-dev:i386 )
# Unreal Engine
elif [ "${executable}" == "./ucc-bin" ]; then
#UT2K4

Loading…
Cancel
Save