Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Apr 11, 2024
1 parent 18d5ded commit ae03ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pango/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def package_info(self):
if self.options.with_fontconfig:
self.cpp_info.components["pangofc"].set_property("pkg_config_name", "pangofc")
if self.options.with_freetype:
self.cpp_info.components["pangofc"].requires = ["freetype::freetype", "harfbuzz::harfbuzz" "pangoft2"]
self.cpp_info.components["pangofc"].requires = ["freetype::freetype", "harfbuzz::harfbuzz", "pangoft2"]

if self.settings.os != "Windows":
self.cpp_info.components["pangoroot"].set_property("pkg_config_name", "pangoroot")
Expand Down

0 comments on commit ae03ae6

Please sign in to comment.