Clean up meson dependency lists

This commit is contained in:
Michael Gratton 2019-07-21 10:05:24 +10:00
parent da6ac828bd
commit df8a96c104
3 changed files with 6 additions and 7 deletions

View file

@ -115,27 +115,27 @@ geary_client_sources = [
]
geary_client_dependencies = [
libmath,
enchant,
folks,
gck,
gcr,
geary_engine_dep,
gee,
gio,
gmime,
goa,
gspell,
gtk,
json_glib,
javascriptcoregtk,
json_glib,
libcanberra,
libhandy,
libmath,
libsecret,
libsoup,
gmime,
libxml,
posix,
webkit2gtk,
geary_engine_dep,
]
geary_client_vala_options = geary_vala_options

View file

@ -324,11 +324,11 @@ geary_engine_sources = [
]
geary_engine_dependencies = [
libmath,
gee,
gio,
glib,
gmime,
libmath,
libxml,
libytnef,
posix,

View file

@ -107,8 +107,7 @@ geary_test_integration_sources = [
geary_test_lib_dependencies = [
gee,
gio,
glib
gio
]
geary_test_lib = static_library('test-lib',