Skip to content

Commit

Permalink
[glibmm] bump glib version
Browse files Browse the repository at this point in the history
  • Loading branch information
planetmarshall committed Jan 22, 2023
1 parent 8bb99c2 commit 3686c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/glibmm/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ def layout(self):
basic_layout(self, src_folder="src")

def build_requirements(self):
self.tool_requires("meson/0.63.3")
self.tool_requires("meson/1.0.0")
self.tool_requires("pkgconf/1.9.3")

def requirements(self):
self.requires("glib/2.75.1")
self.requires("glib/2.75.2")
if self._abi_version == "2.68":
self.requires("libsigcpp/3.0.7")
else:
Expand Down

0 comments on commit 3686c00

Please sign in to comment.