Remove ecore-wayland legacy code and the related code.
Because ecore-wayland will be removed and ecore-wl2 already is prepared.
Change-Id: I895062d87d54ab8afe25889e227c2b04589a3a51
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(inputproto)
%else if "%{?server}" == "wayland"
-BuildRequires: pkgconfig(ecore-wayland)
+BuildRequires: pkgconfig(ecore-wl2)
BuildRequires: pkgconfig(ecore-input)
BuildRequires: eolian-devel
BuildRequires: pkgconfig(glib-2.0)
((!strcmp(engine_name, "wayland_shm")) ||
(!strcmp(engine_name, "wayland_egl"))))
{
- Ecore_Wl_Window wl_win;
+ Ecore_Wl2_Window wl_win;
wl_win = elm_win_wl_window_get(obj);
- return (tzsh_native_window)ecore_wl_window_surface_get(wl_win);
+ return (tzsh_native_window)ecore_wl2_window_surface_get(wl_win);
}
#endif
LOGE(" Do not support %s window system", engine_name);