Details
- Reviewers
ermo JoshStrobl - Group Reviewers
Triage Team - Commits
- R437:2229db7a1ff1: Rebuild blender against recent updates
Rendered a 3D scene in this program.
Diff Detail
- Repository
- R437 blender
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| package.yml | ||
|---|---|---|
| 59 | Can you look into turning off this option? As I see, it only makes Blender dynamically load libSDL instead of just statically linking it like all other libraries. I think there are no benefits of dynamic loading for us, since we always can rebuild Blender in case of binary incompatibilities (and SDL2 already does great job at keeping ABI stable). | |
| package.yml | ||
|---|---|---|
| 43 | fwiw, I am pushing a new version of pugixml that now provides pkgconfig(pugixml) | |
As a sign of intent, I think it would be good to explicitly enable the new cmake configuration options that correspond to the new deps you're adding during the setup phase with this update?
This also serves as control that you've actually read the cmake build file and checked out the available options there (in my experience, this is the smart thing to do).