Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2016-11-03 22:08:04 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-11-03 22:08:04 +0300
commite27d9facdfbdd6d7dade202d6c318accca2f5c3e (patch)
treefa062344ed0dc4eff338160b3d87394150bcba16 /build_files
parentdd6fa94dcc9fa6002d4901f4afe0b1e997f5fa0c (diff)
install_deps cleanup: some Debian stuff was still present in the 'generic compile-only' part of the script.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index d6ea7d99f04..7844ff5ffda 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -4023,9 +4023,6 @@ install_OTHER() {
fi
if [ "$_do_compile_llvm" = true ]; then
- install_packages_DEB libffi-dev
- # LLVM can't find the debian ffi header dir
- _FFI_INCLUDE_DIR=`dpkg -L libffi-dev | grep -e ".*/ffi.h" | sed -r 's/(.*)\/ffi.h/\1/'`
PRINT ""
compile_LLVM
have_llvm=true
@@ -4044,7 +4041,6 @@ install_OTHER() {
if [ "$_do_compile_osl" = true ]; then
if [ "$have_llvm" = true ]; then
- install_packages_DEB flex bison libtbb-dev
PRINT ""
compile_OSL
else
@@ -4063,7 +4059,6 @@ install_OTHER() {
fi
if [ "$_do_compile_osd" = true ]; then
- install_packages_DEB flex bison libtbb-dev
PRINT ""
compile_OSD
fi
@@ -4080,10 +4075,6 @@ install_OTHER() {
fi
if [ "$_do_compile_collada" = true ]; then
- install_packages_DEB libpcre3-dev
- # Find path to libxml shared lib...
- _XML2_LIB=`dpkg -L libxml2-dev | grep -e ".*/libxml2.so"`
- # No package
PRINT ""
compile_OpenCOLLADA
fi