summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRicardo Ribalda <ricardo@ribalda.com>2020-09-24 09:19:18 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-09-24 21:08:25 +0300
commitf08b720acc14fadd70e335e9e1dda1d60dfaeac4 (patch)
tree8727b827fdd6006d1a58709da2797a99be3f5c6a /README.rst
parent507a94d904e84847169c35832fc30d7093e32e9c (diff)
README: Add missing dependency for documentation
Doxygen fails to create the documentation with this message: [145/276] Generating doxygen with a custom command sh: 1: dot: not found error: Problems running dot: exit code=127, command='dot', arguments='"/home/user/libcamera/build/Documentation/api-html/inline_dotgraph_1.dot" -Tpng -o "/home/user/libcamera/build/Documentation/api-html/dot_inline_dotgraph_1.png"' sh: 1: dot: not found error: Problems running dot: exit code=127, command='dot', arguments='"/home/user/libcamera/build/Documentation/api-html/inline_dotgraph_1.dot" -Tcmapx -o "/home/user/libcamera/build/Documentation/api-html/dot_inline_dotgraph_1.map"' [276/276] Linking target test/utils Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 48de1700..3c9afc5c 100644
--- a/README.rst
+++ b/README.rst
@@ -73,7 +73,7 @@ for device hotplug enumeration: [optional]
libudev-dev
for documentation: [optional]
- python3-sphinx doxygen
+ python3-sphinx doxygen graphviz
for gstreamer: [optional]
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev