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:
committed by
Pekka Paalanen
parent
0b48e6b5ca
commit
5b5decb99b
@@ -123,7 +123,7 @@ endif
|
|||||||
|
|
||||||
if get_option('color-management-colord')
|
if get_option('color-management-colord')
|
||||||
if not get_option('color-management-lcms')
|
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
|
endif
|
||||||
|
|
||||||
srcs_colord = [
|
srcs_colord = [
|
||||||
|
|||||||
Reference in New Issue
Block a user