diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-20 15:15:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-20 15:15:58 +0200 |
commit | 224201ccfa5efe33e611bd3598c5092a67579228 (patch) | |
tree | 6d96eeb34c2f6ea8d17fae80d3cdf4f044f2565d /media-sound | |
parent | media-gfx/krita: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 1 |
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 |