README.Wayland: Update to latest configure options and mention xwayland

Many of them have been out of date. Remove what is no longer needed and
mention XWayland.
This commit is contained in:
Stefan Schmidt 2015-08-10 17:00:25 +02:00
parent 69ab659474
commit 23a164e753
1 changed files with 6 additions and 13 deletions

View File

@ -61,23 +61,16 @@ This can be done by passing:
Now, on to the magic bits ;) Now, on to the magic bits ;)
In order for Enlightenment to be compiled without X11, using Wayland In order for Enlightenment to be compiled as Wayland compositor you will need to
only, you will need to pass a few more options to the configure stage pass a few more options to the configure stage of Enlightenment:
of Enlightenment:
--enable-wayland-only --enable-wayland
--enable-wl-drm
Since this is all still a work-in-progress, there are a few
Enlightenment modules that have not been "fixed" to work without X11
yet. Those will need to be disabled if you enabled the wayland-only
option:
--disable-shot If you also want support for running X applications under Wayland you might want
--disable-xkbswitch to try out XWayland support:
--disable-conf-randr
--disable-wl-x11
--enable-xwayland
At this stage, you should have EFL properly built, and Enlightenment At this stage, you should have EFL properly built, and Enlightenment
properly built. Let's move on to running it... properly built. Let's move on to running it...