Skip to content

Commit

Permalink
Require libpipewire >= 1.0.5 for pw_buffer.time (ammen99#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep authored Aug 24, 2024
1 parent 9978c35 commit a036ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ audio_backends = {
'define': 'HAVE_PULSE'
},
'pipewire': {
'dependency': dependency('libpipewire-0.3', required: false),
'dependency': dependency('libpipewire-0.3', version: '>=1.0.5', required: false),
'sources': ['src/pipewire.cpp'],
'define': 'HAVE_PIPEWIRE'
}
Expand Down

0 comments on commit a036ade

Please sign in to comment.