summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2023-06-18 22:36:28 +0200
committersfan5 <sfan5@live.de>2023-06-21 17:33:31 +0200
commit594458838ecf2229797e10266915e0f33c95d4fd (patch)
treec5e50d7da992d85880afa5d4265bcdbe37ffbfd5 /meson.build
parent71c80826f1e213012a92a786f5190abcf9e34ae9 (diff)
downloadmpv-594458838ecf2229797e10266915e0f33c95d4fd.tar.bz2
mpv-594458838ecf2229797e10266915e0f33c95d4fd.tar.xz
ao_pipewire: bump dependency to 0.3.48
Now that Debian 12 is release bump the minium required version to what is provided in Ubuntu Jammy (22.04). The same as has been done for the wayland dependencies. Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d11b4c8608..0b079cb179 100644
--- a/meson.build
+++ b/meson.build
@@ -826,7 +826,7 @@ if features['oss-audio']
sources += files('audio/out/ao_oss.c')
endif
-pipewire = dependency('libpipewire-0.3', version: '>= 0.3.19', required: get_option('pipewire'))
+pipewire = dependency('libpipewire-0.3', version: '>= 0.3.48', required: get_option('pipewire'))
features += {'pipewire': pipewire.found()}
if features['pipewire']
dependencies += pipewire