Commit 2b301ffd authored by Jacob Vosmaer's avatar Jacob Vosmaer Committed by Max Kellermann

lib/xiph: add missing meson dependency

parent ef0765ca
...@@ -49,6 +49,9 @@ xiph = static_library( ...@@ -49,6 +49,9 @@ xiph = static_library(
'VorbisComments.cxx', 'VorbisComments.cxx',
'XiphTags.cxx', 'XiphTags.cxx',
include_directories: inc, include_directories: inc,
dependencies: [
libvorbis_dep,
],
) )
xiph_dep = declare_dependency( xiph_dep = declare_dependency(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment