diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-07-23 18:04:25 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-07-23 22:18:36 -0400 |
commit | c30b76985de1550cc72c48524f834e9340be245b (patch) | |
tree | 12460f60f4e477391bc1ded05b1b3e1c1d6fd731 /dev-qt | |
parent | media-libs/libaom: update SRC_URI (diff) | |
download | gentoo-c30b76985de1550cc72c48524f834e9340be245b.tar.gz gentoo-c30b76985de1550cc72c48524f834e9340be245b.tar.bz2 gentoo-c30b76985de1550cc72c48524f834e9340be245b.zip |
dev-qt/qtmultimedia: disable unity build in >=6.8 for now
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 <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild | 1 | ||||
-rw-r--r-- | dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild index 3b8589664575..5c1df1f65c0e 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.8.9999.ebuild @@ -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 diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild index 3b8589664575..5c1df1f65c0e 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild @@ -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 |