Skip to content

Commit

Permalink
(#19999) pixman: bump meson
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm authored Sep 30, 2023
1 parent b432a36 commit f69f237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pixman/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def validate(self):
raise ConanInvalidConfiguration("pixman can only be built as a static library on Windows")

def build_requirements(self):
self.tool_requires("meson/1.1.1")
self.tool_requires("meson/1.2.1")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit f69f237

Please sign in to comment.