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 <linkmauve@linkmauve.fr>
This commit is contained in:
parent
0b48e6b5ca
commit
5b5decb99b
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue