Skip to content

Commit

Permalink
pango: Update Conan conventions
Browse files Browse the repository at this point in the history
Automatically created by bincrafters-conventions 0.29.0
  • Loading branch information
bincrafters-user committed Nov 18, 2020
1 parent 87a7978 commit 6e4f3ae
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 @@ -38,7 +38,7 @@ def build_requirements(self):

def requirements(self):
if self.settings.os != "Windows":
self.requires("fontconfig/2.13.91")
self.requires("fontconfig/2.13.92")
if self.settings.os == "Linux":
self.requires("xorg/system")
self.requires("cairo/1.17.2")
Expand Down

0 comments on commit 6e4f3ae

Please sign in to comment.