Skip to content

Commit

Permalink
meson: bump required pipewire version to 0.3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
columbarius committed Nov 6, 2021
1 parent 3577f19 commit b0f4747
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 @@ -23,7 +23,7 @@ add_project_arguments('-DSYSCONFDIR="@0@"'.format(join_paths(prefix, sysconfdir)
inc = include_directories('include')

rt = cc.find_library('rt')
pipewire = dependency('libpipewire-0.3', version: '>= 0.3.2')
pipewire = dependency('libpipewire-0.3', version: '>= 0.3.34')
wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
iniparser = dependency('inih')
Expand Down

0 comments on commit b0f4747

Please sign in to comment.