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>
This commit is contained in:
parent
b7c5e0e4f0
commit
06260fdfd6
1 changed files with 6 additions and 3 deletions
|
@ -60,15 +60,18 @@ for libcamera: [required]
|
||||||
for device hotplug enumeration: [optional]
|
for device hotplug enumeration: [optional]
|
||||||
pkg-config libudev-dev
|
pkg-config libudev-dev
|
||||||
|
|
||||||
for qcam: [optional]
|
|
||||||
qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5
|
|
||||||
|
|
||||||
for documentation: [optional]
|
for documentation: [optional]
|
||||||
python3-sphinx doxygen
|
python3-sphinx doxygen
|
||||||
|
|
||||||
for gstreamer: [optional]
|
for gstreamer: [optional]
|
||||||
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
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
|
Using GStreamer plugin
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue