[gnome-settings-daemon/benzea/minor-fix-collection: 5/9] meson: Bump colord requirement
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/benzea/minor-fix-collection: 5/9] meson: Bump colord requirement
- Date: Mon, 15 Apr 2019 16:23:53 +0000 (UTC)
commit 0a6f325adf239c20d942c01cd74ba4d17265141b
Author: Benjamin Berg <bberg redhat com>
Date: Wed Mar 20 16:06:06 2019 +0100
meson: Bump colord requirement
We need at least 1.3.5 for cd_color_get_blackbody_rgb.
Fixes #392
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]