diff options
-rw-r--r-- | eclass/gstreamer-meson.eclass | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass index 82e4faa2192e..b276b7c1fb41 100644 --- a/eclass/gstreamer-meson.eclass +++ b/eclass/gstreamer-meson.eclass @@ -86,12 +86,17 @@ gstreamer_get_plugins() { # meson_options that should be in GST_PLUGINS_EXT_DEPS but automatic parsing above can't catch local extra_options extra_options=( - opencv - hls - soup + # gst-plugins-base gl + # gst-plugins-good qt5 qt6 + soup + v4l2 + ximagesrc + # gst-plugins-bad + hls + opencv ) for option in ${extra_options[@]} ; do |