浏览代码

Added missing dependency to Sven Coop

Daniel Gibbs 7 年之前
父节点
当前提交
ffaafcb43e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      lgsm/functions/check_deps.sh

+ 3 - 0
lgsm/functions/check_deps.sh

@@ -357,6 +357,9 @@ fn_deps_build_debian(){
 	# Serious Sam 3: BFE
 	elif [ "${shortname}" == "ss3" ]; 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 )
+	# Sven Co-op
+	elif [ "${shortname}" == "sven" ]; then
+		array_deps_required+=( libssl1.0.0:i386 )
 	# Unreal Engine
 	elif [ "${executable}" == "./ucc-bin" ]; then
 		#UT2K4