Skip to content

Commit

Permalink
Update recipes/libmount/meson/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Valgur <[email protected]>
  • Loading branch information
jwillikers and valgur authored Sep 10, 2024
1 parent aa208ac commit 23be7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/libmount/meson/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ def validate(self):
def build_requirements(self):
self.tool_requires("bison/3.8.2")
self.tool_requires("flex/2.6.4")
self.tool_requires("meson/1.3.2")
self.tool_requires("meson/[>=1.2.3 <2]")
if not self.conf.get("tools.gnu:pkg_config", default=False, check_type=str):
self.tool_requires("pkgconf/2.1.0")
self.tool_requires("pkgconf/[>=2.2 <3]")

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

0 comments on commit 23be7f3

Please sign in to comment.