mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 11:08:14 +02:00
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:
parent
7451f9956e
commit
478710c003
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue