[Git][pulseaudio/pavucontrol][master] build-sys: Bump sigc++ dep to 3.0
Arun Raghavan (@arun)
gitlab at gitlab.freedesktop.org
Fri May 17 19:14:36 UTC 2024
Arun Raghavan pushed to branch master at PulseAudio / pavucontrol
Commits:
95cf2295 by Arun Raghavan at 2024-05-17T15:13:02-04:00
build-sys: Bump sigc++ dep to 3.0
Brings it in line with the *mm deps
- - - - -
1 changed file:
- meson.build
Changes:
=====================================
meson.build
=====================================
@@ -9,7 +9,7 @@ with_lynx = get_option('lynx')
cpp = meson.get_compiler('cpp')
gtkmm_dep = dependency('gtkmm-4.0', version : '>= 4.0', required : true)
-sigcpp_dep = dependency('sigc++-2.0', required : true)
+sigcpp_dep = dependency('sigc++-3.0', required : true)
canberragtk_dep = dependency('libcanberra', version : '>= 0.16', required : false)
libpulse_dep = dependency('libpulse', version : '>= 5.0', required : true)
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/commit/95cf2295134eee86d3c87a1962da0c2e791f3e30
--
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/commit/95cf2295134eee86d3c87a1962da0c2e791f3e30
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20240517/415f5eb6/attachment.htm>
More information about the pulseaudio-commits
mailing list