build: Specifify glib versions
This avoids deprecation warnings due to GTimeVal used in libebook-contacts.h See https://tecnocode.co.uk/2019/08/24/gtimeval-deprecation-in-glib-2-61-2/ It's already fixed in newer eds so we can drop this once we move to a newer stack.
This commit is contained in:
@@ -28,7 +28,7 @@ gnome = import('gnome')
|
||||
src_include = include_directories('.')
|
||||
calls_includes = [ top_include, src_include ]
|
||||
|
||||
calls_deps = [ dependency('gobject-2.0'),
|
||||
calls_deps = [ dependency('gobject-2.0', version: '>= 2.58'),
|
||||
dependency('gtk+-3.0'),
|
||||
dependency('libhandy-0.0', version: '>= 0.0.12'),
|
||||
dependency('gsound'),
|
||||
|
||||
Reference in New Issue
Block a user