lib/xiph: add missing meson dependency
This commit is contained in:
parent
ef0765ca10
commit
2b301ffd2c
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user