Hello, i am trying to build wayland only enlightenment desktop on Debian Buster, using: https://www.enlightenment.org/about-wayland
I already have working wayland with Gnome + Weston, and OpenGL applications run without any problems.
To use the wayland-only-enlightenment desktop, i should compile enlightenment with options: –enable-wayland-clients –enable-wayland-egl
Question: how do i append these options?
I can build the enlightenment package with:
# ./configure
# make && make_install
then execute the enlightenment_start, shoots up the desktop, however without wayland, it just runs on Xorg.
So i must be failing on compiling wayland support into the build?