The function will be provided by wayland-egl and which is from graphics drivers either mesa or the any of the supported GPU drivers. Check the Hardware Enabling for Wayland section in <a href="http://wayland.freedesktop.org/architecture.html">http://wayland.freedesktop.org/architecture.html</a><br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 8, 2015 at 6:37 AM Joaquim Duran <<a href="mailto:jduran.gm@gmail.com">jduran.gm@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
When running the weston, the message is shown:<br>
<br>
[13:27:56.082] Loading module '/usr/lib/weston/wayland-backend.so'<br>
[13:27:56.132] Failed to load module:<br>
/usr/lib/weston/wayland-backend.so: undefined symbol:<br>
wl_egl_window_destroy<br>
<br>
I've configured weston with wayland backend, and not with drm backend<br>
because weston is executed in an embedded device. The driver provides<br>
libraries for EGL, GLES and GLES2.<br>
<br>
The function 'wl_egl_window_destroy' is declared in<br>
src/wayland-egl-core.h, but I don't find the .c file where it should<br>
be defined. Also no package wayland-egl is build.<br>
<br>
How can I fix this issue?<br>
<br>
(current configuration of weston)<br>
    --disable-xwayland \<br>
    --disable-xwayland-test \<br>
    --disable-x11-compositor \<br>
    --disable-drm-compositor \<br>
    --enable-wayland-compositor \<br>
    --disable-headless-compositor \<br>
<br>
<br>
Joaquim Duran<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org" target="_blank">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</blockquote></div>