Skip to content

wayland: do not require wl_shell

Ilia Bozhinov requested to merge ammen99/cogl:cogl-1.22 into cogl-1.22

Most of the time when cogl is used, the app doesn't really need this functionality (i.e it manages the app window on its own). So requiring wl_shell turns out to prevent apps using for ex. xdg-shell from working on compositors that do not support wl_shell.

Merge request reports