Skip to content

Commit

Permalink
bump pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
MALASHKIN Andrei authored and Andrei Malashkin committed Sep 2, 2023
1 parent d70ff0b commit 8e89447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/fontconfig/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def validate(self):
def build_requirements(self):
self.tool_requires("gperf/3.1")
if not self.conf.get("tools.gnu:pkg_config", check_type=str):
self.tool_requires("pkgconf/1.9.3")
self.tool_requires("pkgconf/2.0.2")
if self._settings_build.os == "Windows":
self.win_bash = True
if not self.conf.get("tools.microsoft.bash:path", check_type=str):
Expand Down

0 comments on commit 8e89447

Please sign in to comment.