meson: Process utils first
The utils directory can contain helpers and support tools which are used throughout other components of the build. Ensure that the utils subdir is parsed first allowing helpers to be defined there. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
parent
f999ee85fa
commit
d6b6ad950d
1 changed files with 3 additions and 1 deletions
|
@ -101,9 +101,11 @@ add_project_link_arguments(cpp_arguments, language : 'cpp')
|
|||
|
||||
libcamera_includes = include_directories('include')
|
||||
|
||||
# Utilities are parsed first to provide support for other components.
|
||||
subdir('utils')
|
||||
|
||||
subdir('include')
|
||||
subdir('src')
|
||||
subdir('utils')
|
||||
|
||||
# The documentation and test components are optional and can be disabled
|
||||
# through configuration values. They are enabled by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue