From 5b5decb99b0eefd3e0f9f28d081e2cdfa0508a43 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 11 Feb 2021 23:44:20 +0100 Subject: [PATCH] compositor: Add suggestion when colord is enabled but not LCMS Most other errors caused by missing dependencies offer this helpful suggestion. Signed-off-by: Emmanuel Gil Peyrot --- compositor/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compositor/meson.build b/compositor/meson.build index 4e9a2e27..8a54ea99 100644 --- a/compositor/meson.build +++ b/compositor/meson.build @@ -123,7 +123,7 @@ endif if get_option('color-management-colord') if not get_option('color-management-lcms') - error('LCMS must be enabled to support colord') + error('LCMS must be enabled to support colord. Or, you can use \'-Dcolor-management-colord=false\'.') endif srcs_colord = [