[Lunar-commits] <moonbase> blender: use openexr instead of OpenEXR.

Florin Braescu florin at lunar-linux.org
Mon May 2 18:08:37 CEST 2011


commit 87f007e1d472551405dea5a000b3f27d070b5fcd
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon May 2 19:08:37 2011 +0300

    blender: use openexr instead of OpenEXR.
---
 graphics/blender/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/graphics/blender/BUILD b/graphics/blender/BUILD
index 8c7033f..89e82cd 100644
--- a/graphics/blender/BUILD
+++ b/graphics/blender/BUILD
@@ -17,7 +17,7 @@
     sedit "s:BF_ODE = LCGDIR + '/ode':BF_ODE = '/usr':" config/linux2-config.py
   fi &&
 
-  if ! module_installed OpenEXR ; then
+  if ! module_installed openexr ; then
     sedit "s:WITH_BF_OPENEXR = 'true':WITH_BF_OPENEXR = 'false':" config/linux2-config.py
   fi &&
 


More information about the Lunar-commits mailing list