Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98a98be171 | ||
|
|
33501ece8d | ||
|
|
4db9c4ac28 | ||
|
|
dc128bf76c |
2 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=USD view
|
Name=USD view
|
||||||
GenericName=Universal Scene Description Viewer
|
GenericName=Universal Scene Description Viewer
|
||||||
Comment=Open .cbr & .cbz files
|
Comment=Visualize USD files
|
||||||
Exec=usdview
|
Exec=usdview
|
||||||
Icon=applications-graphics
|
Icon=applications-graphics
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
|
|
||||||
5
usd.spec
5
usd.spec
|
|
@ -579,6 +579,11 @@ desktop-file-install \
|
||||||
%{SOURCE1}
|
%{SOURCE1}
|
||||||
%endif
|
%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
|
# Remove examples that were built and installed even though we set
|
||||||
# -DPXR_BUILD_EXAMPLES=OFF.
|
# -DPXR_BUILD_EXAMPLES=OFF.
|
||||||
rm -vrf '%{buildroot}%{_datadir}/usd/examples'
|
rm -vrf '%{buildroot}%{_datadir}/usd/examples'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue