summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-04-15 22:35:20 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-04-16 17:37:39 +0300
commit06260fdfd6420a6324e20dc11726d6d69747646a (patch)
treec769ab3336e4b29ccb767765cc8b6c048dd8f594 /README.rst
parentb7c5e0e4f0e922c6988c68af6a64c31b071ad696 (diff)
libcamera: Document dependencies for IPA module signing
Document the dependency on libgnutls28-dev and openssl for IPA module signing int he README.rst file. While at it, sort the entries alphabetically. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 656fdbfd..da3cc649 100644
--- a/README.rst
+++ b/README.rst
@@ -60,15 +60,18 @@ for libcamera: [required]
for device hotplug enumeration: [optional]
pkg-config libudev-dev
-for qcam: [optional]
- qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5
-
for documentation: [optional]
python3-sphinx doxygen
for gstreamer: [optional]
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
+for IPA module signing: [optional]
+ libgnutls28-dev openssl
+
+for qcam: [optional]
+ qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5
+
Using GStreamer plugin
~~~~~~~~~~~~~~~~~~~~~~