media-libs/gst-plugins-good: disable qt5 & qt6

These are being automagically built right now - so let's stop the immediate
breakage for multilib, but further, it doesn't seem they should be in -good anyway.

Bug: https://bugs.gentoo.org/907483
Closes: https://github.com/gentoo/gentoo/pull/31255
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-01 03:59:13 +01:00
parent f0aaf0ac1d
commit 2fb2a2a710

View File

@@ -44,6 +44,11 @@ multilib_src_configure() {
# gst-plugins-v4l2
-Dv4l2=disabled
# TODO: These two almost certainly need to be their own
# gst-plugins-qt5 & qt-plugins-qt6.
-Dqt5=disabled
-Dqt6=disabled
)
gstreamer_multilib_src_configure