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)
target_link_libraries(Telegram
PRIVATE
desktop-app::external_xcb_screensaver
desktop-app::external_xcb
desktop-app::external_glib
)

View file

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