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>
dev
Guillaume Champagne 5 years ago committed by Pekka Paalanen
parent 7451f9956e
commit 478710c003
  1. 1
      compositor/meson.build

@ -153,7 +153,6 @@ if get_option('color-management-colord')
include_directories: common_inc,
dependencies: plugin_colord_deps,
name_prefix: '',
override_options: [ 'b_lundef=false' ],
install: true,
install_dir: dir_module_weston
)

Loading…
Cancel
Save