lib/xiph: add missing meson dependency

This commit is contained in:
Jacob Vosmaer 2019-12-09 23:50:30 +01:00 committed by Max Kellermann
parent ef0765ca10
commit 2b301ffd2c

View File

@ -49,6 +49,9 @@ xiph = static_library(
'VorbisComments.cxx',
'XiphTags.cxx',
include_directories: inc,
dependencies: [
libvorbis_dep,
],
)
xiph_dep = declare_dependency(