mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Move wayland helper to cmake_helpers
This commit is contained in:
parent
b6fad35146
commit
26d3995424
1 changed files with 0 additions and 5 deletions
|
@ -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, "
|
||||
|
|
Loading…
Add table
Reference in a new issue