Skip to content

Commit

Permalink
(#23525) harfbuzz: Bump glib to 2.78.3 to avoid conflicts
Browse files Browse the repository at this point in the history
Bump Meson.
  • Loading branch information
jwillikers authored Apr 17, 2024
1 parent e7027dd commit dcc9de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/harfbuzz/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def requirements(self):
if self.options.with_icu:
self.requires("icu/74.1")
if self.options.with_glib:
self.requires("glib/2.78.1")
self.requires("glib/2.78.3")

def validate(self):
if self.options.shared and self.options.with_glib and not self.dependencies["glib"].options.shared:
Expand All @@ -100,7 +100,7 @@ def validate(self):
)

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

0 comments on commit dcc9de7

Please sign in to comment.