meson: enable undefined functions errors for colord
The missing build dependency was added. The override to disable this check can be removed. Signed-off-by: Guillaume Champagne <champagne.guillaume.c@gmail.com>
This commit is contained in:
committed by
Pekka Paalanen
parent
7451f9956e
commit
478710c003
@@ -153,7 +153,6 @@ if get_option('color-management-colord')
|
|||||||
include_directories: common_inc,
|
include_directories: common_inc,
|
||||||
dependencies: plugin_colord_deps,
|
dependencies: plugin_colord_deps,
|
||||||
name_prefix: '',
|
name_prefix: '',
|
||||||
override_options: [ 'b_lundef=false' ],
|
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: dir_module_weston
|
install_dir: dir_module_weston
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user