Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Adrià Cabello
98a98be171 Change mistake sed from pxrConfig to pxrTargets 2024-12-30 08:11:14 -05:00
Adrià Cabello
33501ece8d Fixed hack path 2024-12-30 08:11:13 -05:00
Adrià Cabello
4db9c4ac28 Add temporary hack to find OpenGL
See: https://github.com/PixarAnimationStudios/OpenUSD/issues/3310
2024-12-30 08:11:11 -05:00
Adrià Cabello
dc128bf76c Correct dekstop file comment
Change org.openusd.usdview.desktop comment since usdview does not open cbr/cbz files.
2024-12-09 09:46:29 -05:00
2 changed files with 6 additions and 1 deletions

View file

@ -1,7 +1,7 @@
[Desktop Entry]
Name=USD view
GenericName=Universal Scene Description Viewer
Comment=Open .cbr & .cbz files
Comment=Visualize USD files
Exec=usdview
Icon=applications-graphics
Terminal=false

View file

@ -579,6 +579,11 @@ desktop-file-install \
%{SOURCE1}
%endif
# Little hack until this issue is resolved
# https://github.com/PixarAnimationStudios/OpenUSD/issues/3310
sed -i 's|OpenGL::GL|${OPENGL_gl_LIBRARY}|g' \
%{buildroot}%{_libdir}/cmake/pxr/pxrTargets.cmake
# Remove examples that were built and installed even though we set
# -DPXR_BUILD_EXAMPLES=OFF.
rm -vrf '%{buildroot}%{_datadir}/usd/examples'