Skip to content

Commit

Permalink
pcm/meson.build: add missing dependency on libconfig.a
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Nov 25, 2023
1 parent 08a5768 commit eb675ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ subdir('src/win32')

subdir('src/apple')

subdir('src/fs/glue')

subdir('src/config')
subdir('src/pcm')

subdir('src/lib/dbus')
Expand Down Expand Up @@ -428,8 +431,6 @@ subdir('src/lib/crypto')

subdir('src/zeroconf')

subdir('src/fs/glue')
subdir('src/config')
subdir('src/tag')
subdir('src/neighbor')
subdir('src/input')
Expand Down
1 change: 1 addition & 0 deletions src/pcm/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pcm = static_library(
libsamplerate_dep,
soxr_dep,
log_dep,
config_dep,
],
)

Expand Down

0 comments on commit eb675ad

Please sign in to comment.