hasufell / media-overlay

Media ebuilds
2 stars 1 forks source link

Blender version bump - v2.75 #2

Closed ph03 closed 9 years ago

hasufell commented 9 years ago

blender build system now supports:

At least the first two should be incorporated as ON and the dependencies fixed.

ph03 commented 9 years ago

I added the new build system variables by the new use flags +eigen +lzo c++0x

hasufell commented 9 years ago

eigen and lzo shouldn't be use flags, because they don't choose a feature, but only which library to use (bundled one or system one). So we want -DWITH_SYSTEM_EIGEN3=ON and -DWITH_SYSTEM_LZO=ON with the related dependencies unconditionally set.