summaryrefslogtreecommitdiff
path: root/net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-15 01:16:32 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-15 01:16:32 +0000
commit7387c23ff485f2416512185bf64584028335b993 (patch)
tree77f6578297f64937d732133db350b968dfe538e3 /net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild
parentd8a50857c27d3253561374390ac9ed8c1b65d9bc (diff)
gentoo auto-resync : 15:01:2024 - 01:16:32
Diffstat (limited to 'net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild')
-rw-r--r--net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild b/net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild
index 0d903b5eaadb..8da7ffa29071 100644
--- a/net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-4.13.1.ebuild
@@ -89,8 +89,8 @@ DEPEND="${CDEPEND}
"
BDEPEND="
${PYTHON_DEPS}
+ >=dev-build/cmake-3.16
>=dev-cpp/cppgir-0_p20230926
- >=dev-util/cmake-3.16
dev-util/gdbus-codegen
virtual/pkgconfig
wayland? ( dev-util/wayland-scanner )
@@ -181,6 +181,9 @@ src_configure() {
-DDESKTOP_APP_USE_ENCHANT=$(usex enchant)
## Use system fonts instead of bundled ones
-DDESKTOP_APP_USE_PACKAGED_FONTS=$(usex !fonts)
+
+ # TEMP: Override for new cmake.eclass defaults (https://bugs.gentoo.org/921939)
+ -DCMAKE_DISABLE_PRECOMPILE_HEADERS=OFF
)
if [[ -n ${MY_TDESKTOP_API_ID} && -n ${MY_TDESKTOP_API_HASH} ]]; then