Skip to content

Commit

Permalink
(#12017) pulseaudio update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox authored Aug 3, 2022
1 parent 4d5c118 commit 187460e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pulseaudio/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def requirements(self):
self.requires("libcap/2.62")
self.requires("libtool/2.4.6")
if self.options.with_alsa:
self.requires("libalsa/1.2.7")
self.requires("libalsa/1.2.7.2")
if self.options.with_glib:
self.requires("glib/2.73.1")
if self.options.get_safe("with_fftw"):
Expand Down

0 comments on commit 187460e

Please sign in to comment.