trivial: Do not hard-depend on newer GLib versions

This commit is contained in:
Richard Hughes 2021-01-07 19:48:22 +00:00
parent a3c6e8a8bd
commit 92bfc1b6a8

View File

@ -198,6 +198,7 @@ if get_option('tests')
],
)
test('fwupd-self-test', e, timeout: 60)
if gio.version().version_compare ('>= 2.64.0')
e = executable(
'fwupd-thread-test',
sources : [
@ -215,6 +216,7 @@ if get_option('tests')
],
)
test('fwupd-thread-test', e, timeout: 60)
endif
endif
fwupd_incdir = include_directories('.')