Skip to content

Commit

Permalink
meson: Add libpipewire dependency explicitly
Browse files Browse the repository at this point in the history
This should fix being unable to be built with sandboxed build
environments (i.e., Nix package manager).
  • Loading branch information
foo-dogsquared committed Aug 21, 2023
1 parent ffab873 commit 0c9f55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ srcs = [

if get_option('wireplumber').enabled()
deps += dependency('wireplumber-0.4')
deps += dependency('libpipewire-0.3')
srcs += 'src/dbus-audiosink.c'
srcs += 'src/wireplumber.c'
add_project_arguments('-DWIREPLUMBER', language : 'c')
Expand Down

0 comments on commit 0c9f55c

Please sign in to comment.