Skip to content

Commit

Permalink
🐛 Fixed libalsa pkg conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Nov 9, 2023
1 parent f0d8333 commit 59c9a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def requirements(self):
self.requires("libwebp/1.3.2", override=True)
if self.settings.os == "Linux":
self.requires("xz_utils/5.4.4", override=True)
self.requires("libalsa/1.2.10", override=True)

def generate(self):
for dep in self.dependencies.values():
Expand Down

0 comments on commit 59c9a31

Please sign in to comment.