Skip to content
Snippets Groups Projects
Commit 70532d5a authored by Andrzej Pietrasiewicz's avatar Andrzej Pietrasiewicz
Browse files

Hint disabling qt5 in the eexample meson invocation

parent 1cb82497
No related branches found
No related tags found
No related merge requests found
Pipeline #58914 passed with stage
in 13 minutes and 14 seconds
......@@ -83,7 +83,7 @@ pkgconfig = 'pkg-config'
Within the builder container enable or disable GStreamer build options (this only serves as an example, execute `meson configure` to get a list of all options):
`meson -Dvaapi=disabled -Dlibav=disabled -Drtsp_server=disabled -Dgst-examples=disabled -Dgst-plugins-good:v4l2-libv4l2=enabled --cross-file cross-file.txt build`
`meson -Dvaapi=disabled -Dlibav=disabled -Drtsp_server=disabled -Dgst-examples=disabled -Dgst-plugins-good:v4l2-libv4l2=enabled -Dqt5=disabled --cross-file cross-file.txt build`
Followed by:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment