Skip to content

Commit

Permalink
bump glib
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Mar 11, 2023
1 parent 7a06af9 commit 3971bc9
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 @@ -64,7 +64,7 @@ def requirements(self):
if self.options.with_alsa:
self.requires("libalsa/1.2.7.2")
if self.options.with_glib:
self.requires("glib/2.75.3")
self.requires("glib/2.76.0")
if self.options.get_safe("with_fftw"):
self.requires("fftw/3.3.9")
if self.options.with_x11:
Expand Down

0 comments on commit 3971bc9

Please sign in to comment.