mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
docs: Fix doc generation example
They need to be generated from the devenv else it just hangs for no reason. See #1108 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2051>
This commit is contained in:
parent
904bb001c5
commit
f5ab89abf9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ From `gstreamer`:
|
||||||
|
|
||||||
```
|
```
|
||||||
meson build/
|
meson build/
|
||||||
ninja -C build subprojects/gst-docs/GStreamer-doc
|
./gst-env ninja -C build subprojects/gst-docs/GStreamer-doc
|
||||||
```
|
```
|
||||||
|
|
||||||
And browse the doc:
|
And browse the doc:
|
||||||
|
|
Loading…
Reference in a new issue