Clean up meson dependency lists
This commit is contained in:
parent
da6ac828bd
commit
df8a96c104
3 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -324,11 +324,11 @@ geary_engine_sources = [
|
|||
]
|
||||
|
||||
geary_engine_dependencies = [
|
||||
libmath,
|
||||
gee,
|
||||
gio,
|
||||
glib,
|
||||
gmime,
|
||||
libmath,
|
||||
libxml,
|
||||
libytnef,
|
||||
posix,
|
||||
|
|
|
|||
|
|
@ -107,8 +107,7 @@ geary_test_integration_sources = [
|
|||
|
||||
geary_test_lib_dependencies = [
|
||||
gee,
|
||||
gio,
|
||||
glib
|
||||
gio
|
||||
]
|
||||
|
||||
geary_test_lib = static_library('test-lib',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue