Skip to content

build cogl and xwayland without X11 dependencies

Christian Rauch requested to merge christian-rauch/mutter:cogl_no_x11 into main

These are some bits & pieces to remove the dependencies on X11 (have_x11 = false).

I was looking into a "What if ..." and found myself in a rabbit hole. So this will still keep the majority of X11 dependencies for all the other mutter parts but should help someone who wants to remove the remaining dependencies.

Merge request reports