commit: 05e34dd2c9c704a45fb43399fa612d32af9aa731
Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Sat Sep 21 15:05:41 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 1 18:27:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e34dd2
media-sound/qpwgraph: drop wayland useflag
disabling it translates to a cmake build option that overrides
QT_QPA_PLATFORM env var in main() function. Which we
don't want to be touched by the program itself
Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/qpwgraph/qpwgraph-0.7.8.ebuild | 4 ++--
media-sound/qpwgraph/qpwgraph-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild
b/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild
index 4095739e23ac..f673a08cd124 100644
--- a/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild
+++ b/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="alsa trayicon wayland"
+IUSE="alsa trayicon"
BDEPEND="
dev-qt/qttools:6[linguist]
@@ -37,7 +37,7 @@ src_configure() {
local mycmakeargs=(
-DCONFIG_ALSA_MIDI=$(usex alsa)
-DCONFIG_SYSTEM_TRAY=$(usex trayicon)
- -DCONFIG_WAYLAND=$(usex wayland)
+ -DCONFIG_WAYLAND=1
-DCONFIG_QT6=1
)
cmake_src_configure
diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild
b/media-sound/qpwgraph/qpwgraph-9999.ebuild
index 4095739e23ac..f673a08cd124 100644
--- a/media-sound/qpwgraph/qpwgraph-9999.ebuild
+++ b/media-sound/qpwgraph/qpwgraph-9999.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="alsa trayicon wayland"
+IUSE="alsa trayicon"
BDEPEND="
dev-qt/qttools:6[linguist]
@@ -37,7 +37,7 @@ src_configure() {
local mycmakeargs=(
-DCONFIG_ALSA_MIDI=$(usex alsa)
-DCONFIG_SYSTEM_TRAY=$(usex trayicon)
- -DCONFIG_WAYLAND=$(usex wayland)
+ -DCONFIG_WAYLAND=1
-DCONFIG_QT6=1
)
cmake_src_configure