summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-20 15:15:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-20 15:15:58 +0200
commit224201ccfa5efe33e611bd3598c5092a67579228 (patch)
tree6d96eeb34c2f6ea8d17fae80d3cdf4f044f2565d /media-sound
parentmedia-gfx/krita: enable py3.12 (diff)
downloadgentoo-224201ccfa5efe33e611bd3598c5092a67579228.tar.gz
gentoo-224201ccfa5efe33e611bd3598c5092a67579228.tar.bz2
gentoo-224201ccfa5efe33e611bd3598c5092a67579228.zip
media-sound/drumstick: Set -DUSE_QT=5
Closes: https://bugs.gentoo.org/919682 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/drumstick/drumstick-2.6.1-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/drumstick/drumstick-2.6.1-r1.ebuild b/media-sound/drumstick/drumstick-2.6.1-r1.ebuild
index c9cdf1934d50..8e79443dffdd 100644
--- a/media-sound/drumstick/drumstick-2.6.1-r1.ebuild
+++ b/media-sound/drumstick/drumstick-2.6.1-r1.ebuild
@@ -49,6 +49,7 @@ src_configure() {
-DUSE_FLUIDSYNTH=$(usex fluidsynth)
-DUSE_NETWORK=$(usex network)
-DUSE_PULSEAUDIO=$(usex pulseaudio)
+ -DUSE_QT=5 # bug 919682
-DBUILD_DOCS=$(usex doc)
)
cmake_src_configure