Skip to content

Commit

Permalink
sdl update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Aug 3, 2022
1 parent 187460e commit b2426bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sdl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def requirements(self):
self.requires("libiconv/1.17")
if self.settings.os == "Linux":
if self.options.alsa:
self.requires("libalsa/1.2.7")
self.requires("libalsa/1.2.7.2")
if self.options.pulse:
self.requires("pulseaudio/14.2")
if self.options.opengl:
Expand Down

0 comments on commit b2426bb

Please sign in to comment.