From e99558abeb6b981d45e15a26e6b2ceb7c09437af Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Thu, 24 Dec 2020 07:22:31 +0400 Subject: [PATCH] Remove linux LastUserInputTime dependency since it's only in lib_base --- Telegram/CMakeLists.txt | 1 - Telegram/SourceFiles/platform/linux/specific_linux.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index 64ef7334e..bff3d3880 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -72,7 +72,6 @@ PRIVATE if (LINUX) target_link_libraries(Telegram PRIVATE - desktop-app::external_xcb_screensaver desktop-app::external_xcb desktop-app::external_glib ) diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index 6f79a9a8c..e4146ab14 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -42,7 +42,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION #include -#include #include