summaryrefslogtreecommitdiff
path: root/src/libcamera/include/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/include/meson.build')
-rw-r--r--src/libcamera/include/meson.build35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/libcamera/include/meson.build b/src/libcamera/include/meson.build
deleted file mode 100644
index 1f6af579..00000000
--- a/src/libcamera/include/meson.build
+++ /dev/null
@@ -1,35 +0,0 @@
-# SPDX-License-Identifier: CC0-1.0
-
-libcamera_headers = files([
- 'byte_stream_buffer.h',
- 'camera_controls.h',
- 'camera_sensor.h',
- 'control_serializer.h',
- 'control_validator.h',
- 'device_enumerator.h',
- 'device_enumerator_sysfs.h',
- 'device_enumerator_udev.h',
- 'event_dispatcher_poll.h',
- 'file.h',
- 'formats.h',
- 'ipa_context_wrapper.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',
- 'pub_key.h',
- 'semaphore.h',
- 'thread.h',
- 'utils.h',
- 'v4l2_controls.h',
- 'v4l2_device.h',
- 'v4l2_pixelformat.h',
- 'v4l2_subdevice.h',
- 'v4l2_videodevice.h',
-])