Merge branch 'print-headers' into 'master'

Print common headers when printing messages

See merge request GNOME/geary!47
This commit is contained in:
Michael Gratton 2018-09-30 13:23:01 +00:00
commit 70d56b179a
8 changed files with 95 additions and 8 deletions

View file

@ -61,6 +61,7 @@ gobject_introspection = dependency('gobject-introspection-1.0')
gthread = dependency('gthread-2.0', version: '>=' + target_glib)
iso_codes = dependency('iso-codes')
javascriptcoregtk = dependency('javascriptcoregtk-4.0', version: '>=' + target_webkit)
json_glib = dependency('json-glib-1.0', version: '>= 1.0')
libcanberra = dependency('libcanberra', version: '>= 0.28')
libmath = cc.find_library('m')
libnotify = dependency('libnotify', version: '>= 0.7.5')