mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 04:27:35 +08:00
fix(pvr): add new dependency (#3180)
Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
This commit is contained in:
parent
706bc358f0
commit
e096d3a347
@ -464,6 +464,9 @@ fn_deps_build_debian(){
|
||||
# Post Scriptum
|
||||
elif [ "${shortname}" == "pstbs" ]; then
|
||||
array_deps_required+=( libgconf-2-4 )
|
||||
# Pavlov VR
|
||||
elif [ "${shortname}" == "pvr" ]; then
|
||||
array_deps_required+=( libc++1 )
|
||||
fi
|
||||
fn_deps_email
|
||||
fn_check_loop
|
||||
@ -579,6 +582,9 @@ fn_deps_build_redhat(){
|
||||
# Post Scriptum
|
||||
elif [ "${shortname}" == "pstbs" ]; then
|
||||
array_deps_required+=( GConf2 )
|
||||
# Pavlov VR
|
||||
elif [ "${shortname}" == "pvr" ]; then
|
||||
array_deps_required+=( libcxx )
|
||||
fi
|
||||
fn_deps_email
|
||||
fn_check_loop
|
||||
|
Loading…
Reference in New Issue
Block a user