[libcamera-devel] [PATCH] libcamera: Move list of private headers to src/libcamera/include/meson.build

Jacopo Mondi jacopo at jmondi.org
Sun Sep 15 10:40:28 CEST 2019


Hi Laurent,

On Sun, Sep 15, 2019 at 03:39:24AM +0300, Laurent Pinchart wrote:
> The libcamera private headers are listed in src/libcamera/meson.build,
> while they are located in src/libcamera/include/. The lack of a
> meson.build in src/libcamera/include/ increases the risk of forgetting
> to add new headers to the libcamera_headers array. Fix it by moving it
> to src/libcamera/include/meson.build, and add the missing
> v4l2_controls.h entry.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Jacopo Mondi <jacopo at jmondi.org>

Thanks
  j

> ---
>  src/libcamera/include/meson.build | 24 ++++++++++++++++++++++++
>  src/libcamera/meson.build         | 24 +-----------------------
>  2 files changed, 25 insertions(+), 23 deletions(-)
>  create mode 100644 src/libcamera/include/meson.build
>
> diff --git a/src/libcamera/include/meson.build b/src/libcamera/include/meson.build
> new file mode 100644
> index 000000000000..933be8543a8d
> --- /dev/null
> +++ b/src/libcamera/include/meson.build
> @@ -0,0 +1,24 @@
> +libcamera_headers = files([
> +    'camera_sensor.h',
> +    'device_enumerator.h',
> +    'device_enumerator_sysfs.h',
> +    'device_enumerator_udev.h',
> +    'event_dispatcher_poll.h',
> +    'formats.h',
> +    'ipa_manager.h',
> +    'ipa_module.h',
> +    'ipa_proxy.h',
> +    'ipc_unixsocket.h',
> +    'log.h',
> +    'media_device.h',
> +    'media_object.h',
> +    'message.h',
> +    'pipeline_handler.h',
> +    'process.h',
> +    'thread.h',
> +    'utils.h',
> +    'v4l2_controls.h',
> +    'v4l2_device.h',
> +    'v4l2_subdevice.h',
> +    'v4l2_videodevice.h',
> +])
> diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build
> index 0916bc411360..755149c55c7b 100644
> --- a/src/libcamera/meson.build
> +++ b/src/libcamera/meson.build
> @@ -36,29 +36,7 @@ libcamera_sources = files([
>      'v4l2_videodevice.cpp',
>  ])
>
> -libcamera_headers = files([
> -    'include/camera_sensor.h',
> -    'include/device_enumerator.h',
> -    'include/device_enumerator_sysfs.h',
> -    'include/device_enumerator_udev.h',
> -    'include/event_dispatcher_poll.h',
> -    'include/formats.h',
> -    'include/ipa_manager.h',
> -    'include/ipa_module.h',
> -    'include/ipa_proxy.h',
> -    'include/ipc_unixsocket.h',
> -    'include/log.h',
> -    'include/media_device.h',
> -    'include/media_object.h',
> -    'include/message.h',
> -    'include/pipeline_handler.h',
> -    'include/process.h',
> -    'include/thread.h',
> -    'include/utils.h',
> -    'include/v4l2_device.h',
> -    'include/v4l2_subdevice.h',
> -    'include/v4l2_videodevice.h',
> -])
> +subdir('include')
>
>  libcamera_internal_includes =  include_directories('include')
>
> --
> Regards,
>
> Laurent Pinchart
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.libcamera.org/pipermail/libcamera-devel/attachments/20190915/532dcc7c/attachment.sig>


More information about the libcamera-devel mailing list