Add missing pcre_dep in src/song/meson.build

This commit is contained in:
Jacob Vosmaer 2018-12-09 17:21:38 +01:00
parent 66f5b0fed7
commit 87542e3080

View File

@ -13,6 +13,9 @@ song = static_library(
'Filter.cxx',
'LightSong.cxx',
include_directories: inc,
dependencies: [
pcre_dep,
],
)
song_dep = declare_dependency(