summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Curtin <ecurtin@redhat.com>2022-06-22 15:37:32 +0100
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-06-27 11:21:47 +0300
commit27cc0a6b58bcca32071cb6ab96e5ee79c75031e5 (patch)
tree2af603169c7adf4c6cea1eef29a3ff11ac01eb1e
parent7ec3bfedbe22962600b438a13d9e13d37d55ce25 (diff)
README: Add some extra optional dependencies for cam sinks
KMS sink requires some DRM libraries, SDL sink requires some SDL libraries. Suggested-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Eric Curtin <ecurtin@redhat.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
-rw-r--r--README.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 05ebcec4..b9e72d81 100644
--- a/README.rst
+++ b/README.rst
@@ -87,7 +87,13 @@ for gstreamer: [optional]
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
for cam: [optional]
- libevent-dev
+ libevent-dev is required to support cam, however the following
+ optional dependencies bring more functionality to the cam test
+ tool:
+
+ - libdrm-dev: Enables the KMS sink
+ - libsdl2-dev: Enables the SDL sink
+ - libsdl2-image-dev: Supports MJPEG on the SDL sink
for qcam: [optional]
qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev