Skip to content

Commit

Permalink
Correct the freetype runtime key for Fedora. (#40155)
Browse files Browse the repository at this point in the history
It should *not* install the devel package, and should
just install the runtime libraries.  That makes it compatible
with what all of the other platforms do for this key.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette authored Mar 8, 2024
1 parent 24c6ffe commit 3777916
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 @@ -3461,7 +3461,7 @@ libfreetype6:
alpine: [freetype]
arch: [freetype2]
debian: [libfreetype6]
fedora: [freetype-devel]
fedora: [freetype]
gentoo: [media-libs/freetype]
nixos: [freetype]
openembedded: [freetype@openembedded-core]
Expand Down

0 comments on commit 3777916

Please sign in to comment.