Commit 87542e30 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Add missing pcre_dep in src/song/meson.build

parent 66f5b0fe
...@@ -13,6 +13,9 @@ song = static_library( ...@@ -13,6 +13,9 @@ song = static_library(
'Filter.cxx', 'Filter.cxx',
'LightSong.cxx', 'LightSong.cxx',
include_directories: inc, include_directories: inc,
dependencies: [
pcre_dep,
],
) )
song_dep = declare_dependency( song_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