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>
dev
Emmanuel Gil Peyrot 4 years ago committed by Pekka Paalanen
parent 0b48e6b5ca
commit 5b5decb99b
  1. 2
      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 = [

Loading…
Cancel
Save