diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2018-12-20 01:38:09 +0100 |
---|---|---|
committer | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2018-12-31 00:58:31 +0100 |
commit | 167f751701d838538c656b9ae2b566e005489f6c (patch) | |
tree | 7b92b1cbd80d1101b720682412fd4e3ddbd2121e /src/libcamera/meson.build | |
parent | 1c4f1563326ed1d9596a330ac750ee0decbd702f (diff) |
libcamera: pipeline: vimc: add pipeline handler for vimc
Provide a pipeline handler for the virtual vimc driver.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/libcamera/meson.build')
-rw-r--r-- | src/libcamera/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build index a8cb3fdc..ac5bba05 100644 --- a/src/libcamera/meson.build +++ b/src/libcamera/meson.build @@ -21,6 +21,8 @@ includes = [ libcamera_internal_includes, ] +subdir('pipeline') + libudev = dependency('libudev') libcamera = shared_library('camera', |