Skip to content

Commit

Permalink
(conan-io#23111) pulseaudio/17.0: Add missing tool requirement for m4
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers authored Mar 19, 2024
1 parent d43ed39 commit 767bb02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/pulseaudio/meson/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ def validate(self):
)

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

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

0 comments on commit 767bb02

Please sign in to comment.