Przeglądaj źródła

fix(pvr): add new dependency (#3180)

Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
Christian 5 lat temu
rodzic
commit
5ab5d9c5cf
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      lgsm/functions/check_deps.sh

+ 6 - 0
lgsm/functions/check_deps.sh

@@ -464,6 +464,9 @@ fn_deps_build_debian(){
 	# Post Scriptum
 	# Post Scriptum
 	elif [ "${shortname}" == "pstbs" ]; then
 	elif [ "${shortname}" == "pstbs" ]; then
 		array_deps_required+=( libgconf-2-4 )
 		array_deps_required+=( libgconf-2-4 )
+	# Pavlov VR
+	elif [ "${shortname}" == "pvr" ]; then
+		array_deps_required+=( libc++1 )
 	fi
 	fi
 	fn_deps_email
 	fn_deps_email
 	fn_check_loop
 	fn_check_loop
@@ -579,6 +582,9 @@ fn_deps_build_redhat(){
 	# Post Scriptum
 	# Post Scriptum
 	elif [ "${shortname}" == "pstbs" ]; then
 	elif [ "${shortname}" == "pstbs" ]; then
 		array_deps_required+=( GConf2 )
 		array_deps_required+=( GConf2 )
+	# Pavlov VR
+	elif [ "${shortname}" == "pvr" ]; then
+		array_deps_required+=( libcxx )
 	fi
 	fi
 	fn_deps_email
 	fn_deps_email
 	fn_check_loop
 	fn_check_loop