summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher James Halse Rogers <raof@ubuntu.com>2020-11-11 17:18:12 +1100
committerRichard Hughes <richard@hughsie.com>2020-11-11 09:53:22 +0000
commiteab440a07d695a3ae6b61ef9458f2fcb1c52305a (patch)
treece7b9f6fdcc26dbd70faacebcc894ee5d39cf26d
parentd68cd11cd31d379e4f3bb4c964b17fd50c8c54a6 (diff)
downloadcolord-eab440a07d695a3ae6b61ef9458f2fcb1c52305a.tar.gz
build: Bump glib required version for g_assert_cmpfloat_with_epsilon
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5e9afd1..1233dbc 100644
--- a/meson.build
+++ b/meson.build
@@ -109,7 +109,7 @@ add_global_link_arguments(
)
gio = dependency('gio-2.0', version : '>= 2.45.8')
-glib = dependency('glib-2.0')
+glib = dependency('glib-2.0', version : '>= 2.58')
gmodule = dependency('gmodule-2.0')
giounix = dependency('gio-unix-2.0', version : '>= 2.45.8')
lcms = dependency('lcms2', version : '>= 2.6')