Loading
pythonPackages.openusd: make many extras optional
- Docs are likely mostly unused, so don’t waste time and closure size building them by default - UsdView requires Qt, hugely bloating closure size and build times; enabled for now - Tools are CLI things not needed for lib usage; leave enabled for now - Skip building tests since they’re not being run here anyway, so it just massively increases build time just for them to be thrown away libGL and libX11 were implicit deps pulled in before (I guess), that now need to be explicit.