Skip to content

Commit

Permalink
glibmm: bump meson
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 19, 2024
1 parent 2b2239a commit 91ea193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/glibmm/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def validate(self):
raise ConanInvalidConfiguration("Linking shared glib with the MSVC static runtime is not supported")

def build_requirements(self):
self.tool_requires("meson/1.3.1")
self.tool_requires("meson/1.3.2")
if not self.conf.get("tools.gnu:pkg_config", check_type=str):
self.tool_requires("pkgconf/2.1.0")

Expand Down

0 comments on commit 91ea193

Please sign in to comment.