Bump minimum pipewire version

This commit is contained in:
columbarius 2020-09-19 01:10:37 +02:00 committed by Simon Ser
parent c2883a4e43
commit 39b82ff471
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ add_project_arguments(cc.get_supported_arguments([
inc = include_directories('include')
rt = cc.find_library('rt')
pipewire = dependency('libpipewire-0.3', version: '>= 0.2.9')
pipewire = dependency('libpipewire-0.3', version: '>= 0.3.2')
wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols', version: '>=1.14')