2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 23:15:59 +00:00

Remove linux LastUserInputTime dependency since it's only in lib_base

This commit is contained in:
Ilya Fedin
2020-12-24 07:22:31 +04:00
committed by John Preston
parent feff514a07
commit e99558abeb
2 changed files with 0 additions and 2 deletions

View File

@@ -72,7 +72,6 @@ PRIVATE
if (LINUX) if (LINUX)
target_link_libraries(Telegram target_link_libraries(Telegram
PRIVATE PRIVATE
desktop-app::external_xcb_screensaver
desktop-app::external_xcb desktop-app::external_xcb
desktop-app::external_glib desktop-app::external_glib
) )

View File

@@ -42,7 +42,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION #endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION
#include <xcb/xcb.h> #include <xcb/xcb.h>
#include <xcb/screensaver.h>
#include <glib.h> #include <glib.h>