mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
libcamera: Don't add libcamera_public_headers to libcamera_public_sources
Now that libcamera_internal_sources is separate from libcamera_internal_headers, perform the same split for libcamera_public_sources and libcamera_public_headers to ensure consistency of the build system variables. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
6865649730
commit
ff0613a6e5
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,6 @@ libcamera_internal_sources = files([
|
||||||
'yaml_parser.cpp',
|
'yaml_parser.cpp',
|
||||||
])
|
])
|
||||||
|
|
||||||
libcamera_public_sources += libcamera_public_headers
|
|
||||||
|
|
||||||
includes = [
|
includes = [
|
||||||
libcamera_includes,
|
libcamera_includes,
|
||||||
]
|
]
|
||||||
|
@ -193,6 +191,7 @@ libcamera_deps += [
|
||||||
|
|
||||||
libcamera = shared_library('libcamera',
|
libcamera = shared_library('libcamera',
|
||||||
[
|
[
|
||||||
|
libcamera_public_headers,
|
||||||
libcamera_public_sources,
|
libcamera_public_sources,
|
||||||
libcamera_ipa_headers,
|
libcamera_ipa_headers,
|
||||||
libcamera_internal_headers,
|
libcamera_internal_headers,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue