summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorEsteve Varela Colominas <esteve.varela@gmail.com>2022-08-23 17:43:44 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-09-01 09:27:53 +0300
commitff21849c5934e7dcd624f432c1fa8b84dd538a04 (patch)
tree16addef5a849f9c8f0aebc6c1a946ed8dee2f7b2 /net-im
parentnet-misc/seafile-client: add minimum libsearpc version requirement (diff)
downloadgentoo-ff21849c5934e7dcd624f432c1fa8b84dd538a04.tar.gz
gentoo-ff21849c5934e7dcd624f432c1fa8b84dd538a04.tar.bz2
gentoo-ff21849c5934e7dcd624f432c1fa8b84dd538a04.zip
net-im/telegram-desktop: Hotfix for proper Qt selection
They changed the variable for this, causing the build to prefer qt6 when it's available. Closes: https://bugs.gentoo.org/866157 Thanks-to: Agostino Sarubbo <ago@gentoo.org> Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26980 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telegram-desktop/telegram-desktop-4.1.1-r1.ebuild (renamed from net-im/telegram-desktop/telegram-desktop-4.1.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telegram-desktop/telegram-desktop-4.1.1.ebuild b/net-im/telegram-desktop/telegram-desktop-4.1.1-r1.ebuild
index 363e89f23081..ea8aea70d791 100644
--- a/net-im/telegram-desktop/telegram-desktop-4.1.1.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-4.1.1-r1.ebuild
@@ -117,7 +117,7 @@ src_configure() {
local mycmakeargs=(
-DTDESKTOP_LAUNCHER_BASENAME="${PN}"
-DCMAKE_DISABLE_FIND_PACKAGE_tl-expected=ON # header only lib, some git version. prevents warnings.
- -DDESKTOP_APP_QT6=$(usex qt6)
+ -DQT_VERSION_MAJOR=$(usex qt6 6 5)
-DDESKTOP_APP_DISABLE_DBUS_INTEGRATION=$(usex !dbus)
-DDESKTOP_APP_DISABLE_X11_INTEGRATION=$(usex !X)