engine: add missing libm dependency

floor() is now used at rfc822-message-data.vala:213 via GLib.Math.floor
This commit is contained in:
Greg V 2019-04-11 19:36:19 +03:00
parent ef8f97628e
commit 6acddfd02c

View file

@ -327,6 +327,7 @@ geary_engine_sources = [
]
geary_engine_dependencies = [
libmath,
gee,
gio,
glib,