Add missing pcre_dep in src/song/meson.build
This commit is contained in:
parent
66f5b0fed7
commit
87542e3080
@ -13,6 +13,9 @@ song = static_library(
|
||||
'Filter.cxx',
|
||||
'LightSong.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
pcre_dep,
|
||||
],
|
||||
)
|
||||
|
||||
song_dep = declare_dependency(
|
||||
|
Loading…
Reference in New Issue
Block a user