summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-03-20 16:06:06 +0100
committerBenjamin Berg <benjamin@sipsolutions.net>2019-04-15 16:23:20 +0000
commit0a6f325adf239c20d942c01cd74ba4d17265141b (patch)
tree3ecdad1f132058e7e3f076bd69c397d4cf6098b8
parentc64c243e345cb92ed0c197a377767bcbf1704c1b (diff)
downloadgnome-settings-daemon-0a6f325adf239c20d942c01cd74ba4d17265141b.tar.gz
meson: Bump colord requirement
We need at least 1.3.5 for cd_color_get_blackbody_rgb. Fixes #392
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a352d04f..f5bf6eb8 100644
--- a/meson.build
+++ b/meson.build
@@ -83,7 +83,7 @@ endif
add_project_arguments(common_flags + compiler_flags, language: 'c')
glib_dep = dependency('glib-2.0', version: '>= 2.56')
-colord_dep = dependency('colord', version: '>= 1.0.2')
+colord_dep = dependency('colord', version: '>= 1.3.5')
geocode_glib_dep = dependency('geocode-glib-1.0', version: '>= 3.10.0')
gio_dep = dependency('gio-2.0', version: '>= 2.53.0')
gio_unix_dep = dependency('gio-unix-2.0')