Skip to content

Commit

Permalink
Fix spirv-tools rules for RHEL (#29931)
Browse files Browse the repository at this point in the history
It isn't clear from the Ubuntu package name, but 'spirv-tools' contains
development resources like unversioned SO libraries, headers, and CMake
modules. This change aligns the RHEL rule to include the additional
packages which provide those resources.
  • Loading branch information
cottsay committed Jun 17, 2021
1 parent 5831d9d commit 7b1497c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7060,7 +7060,7 @@ spirv-tools:
debian: [spirv-tools]
fedora: [spirv-tools, spirv-tools-devel, spirv-tools-libs]
gentoo: [dev-util/spirv-tools]
rhel: [spirv-tools]
rhel: [spirv-tools, spirv-tools-devel, spirv-tools-libs]
ubuntu:
'*': [spirv-tools]
bionic: null
Expand Down

0 comments on commit 7b1497c

Please sign in to comment.