From 478710c0037024086fa8523a55e99ab3722bfea3 Mon Sep 17 00:00:00 2001 From: Guillaume Champagne Date: Mon, 1 Jun 2020 22:07:20 -0400 Subject: [PATCH] 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 --- compositor/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/compositor/meson.build b/compositor/meson.build index 6352a110..9dc95f3f 100644 --- a/compositor/meson.build +++ b/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 )