after installing weston-rbp from the AUR i was able to ejecute "weston" and got a nice desktop my weston.ini contains:
$this->bbcode_second_pass_code('', '
[core]
modules=xwayland.so,desktop-shell.so
')
so im enabling xwayland but when i try to execute any X11 app (let's say xeyes) i got the following error:
$this->bbcode_second_pass_code('', '
(EE)
Fatal server error:
(EE) Unrecognized option: -wayland
(EE)
(EE)
')
it seems that weston tries to call X11 with the option -wayland and that option its not recognized by the xorg package installed on my raspi.. do i need a new xorg package or to compile it by hand to enable this option ?
Thanks.