summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-07-23 18:04:25 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-07-23 22:18:36 -0400
commitc30b76985de1550cc72c48524f834e9340be245b (patch)
tree12460f60f4e477391bc1ded05b1b3e1c1d6fd731 /dev-qt
parentmedia-libs/libaom: update SRC_URI (diff)
downloadgentoo-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.ebuild1
-rw-r--r--dev-qt/qtmultimedia/qtmultimedia-6.9999.ebuild1
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