Skip to content

Commit

Permalink
dev-qt/qtmultimedia: disable unity build in >=6.8 for now
Browse files Browse the repository at this point in the history
Just so it builds, it's not the only problem (also 3 test failures
to investigate, but will leave that for when it's closer to release).

Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Jul 24, 2024
1 parent 4268bf6 commit c30b769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ src_configure() {
$(qt_feature pulseaudio)
$(qt_feature v4l linux_v4l)
$(qt_feature vaapi)
-DQT_UNITY_BUILD=OFF # currently fails to build with
)

# ALSA backend is experimental off-by-default and can take priority
Expand Down
1 change: 1 addition & 0 deletions dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ src_configure() {
$(qt_feature pulseaudio)
$(qt_feature v4l linux_v4l)
$(qt_feature vaapi)
-DQT_UNITY_BUILD=OFF # currently fails to build with
)

# ALSA backend is experimental off-by-default and can take priority
Expand Down

0 comments on commit c30b769

Please sign in to comment.