Skip to content

Commit

Permalink
libmikmod: bump libalsa
Browse files Browse the repository at this point in the history
For sdl_mixer conan-io#18836.
  • Loading branch information
valgur committed Oct 25, 2023
1 parent 448163e commit 7349fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libmikmod/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def layout(self):
def requirements(self):
if self.settings.os == "Linux":
if self.options.with_alsa:
self.requires("libalsa/1.2.7.2")
self.requires("libalsa/1.2.10")
if self.options.with_pulse:
self.requires("pulseaudio/14.2")

Expand Down

0 comments on commit 7349fb4

Please sign in to comment.