diff options
author | Stefan Gloor <code@stefan-gloor.ch> | 2024-08-29 10:48:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-29 23:42:14 +0200 |
commit | 559d429ef403ce2e5b72755061645af09d814321 (patch) | |
tree | 0cfb68e50e6e277481e55ad75d5ffd47b8c8dbf8 /media-sound/vmpk | |
parent | kde-frameworks/kpeople: Disable personsmodeltest (diff) | |
download | gentoo-559d429ef403ce2e5b72755061645af09d814321.tar.gz gentoo-559d429ef403ce2e5b72755061645af09d814321.tar.bz2 gentoo-559d429ef403ce2e5b72755061645af09d814321.zip |
media-sound/vmpk: force -DUSE_QT=5
Qt6 support seems broken, so explicitly use Qt5 for build. This also
matches the Qt5 dependencies already present.
This should fix the linker errors on systems with Qt6 installed.
Closes: https://bugs.gentoo.org/937561
Signed-off-by: Stefan Gloor <code@stefan-gloor.ch>
Closes: https://github.com/gentoo/gentoo/pull/38330
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/vmpk')
-rw-r--r-- | media-sound/vmpk/vmpk-0.8.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/vmpk/vmpk-0.8.7.ebuild b/media-sound/vmpk/vmpk-0.8.7.ebuild index 652ccbe41250..da5a0f3d7dc2 100644 --- a/media-sound/vmpk/vmpk-0.8.7.ebuild +++ b/media-sound/vmpk/vmpk-0.8.7.ebuild @@ -40,6 +40,7 @@ src_prepare() { src_configure() { local mycmakeargs=( -DENABLE_DBUS=$(usex dbus) + -DUSE_QT=5 ) cmake_src_configure } |