30.10.2019 11:51, Dmitry V. Levin пишет: > Hi, > > On Wed, Oct 30, 2019 at 06:46:30AM +0000, ALT beekeeper wrote: >> 29 NEW error logs > > Кто сломал все эти пакеты? похоже я > >> egl-wayland-1:1.1.4-alt1 >> src/wayland-eglsurface.c: In function 'wlEglQueryNativeResourceHook': >> src/wayland-eglsurface.c:1521:10: error: 'EGL_WAYLAND_Y_INVERTED_WL' undeclared (first >> use in this function) >> 1521 | case EGL_WAYLAND_Y_INVERTED_WL: лечится так --- egl-wayland-1.1.4/src/wayland-eglsurface.c.orig 2019-10-09 14:23:05.000000000 +0000 +++ egl-wayland-1.1.4/src/wayland-eglsurface.c 2019-10-30 09:29:09.894275657 +0000 @@ -37,6 +37,7 @@ #include #include #include +#include #define WL_EGL_WINDOW_DESTROY_CALLBACK_SINCE 3 -- Valery V. Inozemtsev