Move wayland helper to cmake_helpers

This commit is contained in:
Ilya Fedin 2021-04-29 19:49:22 +04:00 committed by John Preston
parent b6fad35146
commit 26d3995424

View file

@ -11,7 +11,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/platform/base_platform_info.h"
#include "base/platform/linux/base_linux_glibmm_helper.h"
#include "base/platform/linux/base_linux_gtk_integration.h"
#include "base/platform/linux/base_linux_wayland_helper.h"
#include "platform/linux/linux_desktop_environment.h"
#include "platform/linux/linux_gtk_integration.h"
#include "platform/linux/linux_wayland_integration.h"
@ -757,10 +756,6 @@ void start() {
integration->load();
}
if (IsWayland() && !base::Platform::ResolveWayland()) {
g_warning("Could not load wayland-client dynamically.");
}
#ifdef DESKTOP_APP_USE_PACKAGED_RLOTTIE
g_warning(
"Application has been built with foreign rlottie, "