Christian
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
lgsm/functions/check_deps.sh
|
|
@ -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 |
|
|
|