Skip to content

Commit

Permalink
media-libs/gst-plugins-good: disable qt5 & qt6
Browse files Browse the repository at this point in the history
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: gentoo#31255
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 1, 2023
1 parent f0aaf0a commit 2fb2a2a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fb2a2a

Please sign in to comment.