Skip to content

Don't require input device presence on startup

We may want to (or accidentally) boot a system without any input device attached, which would cause agl-compositor to fail.

As this isn't a requirement and hotplugging is fully supported, this patch allows the compositor to start successfully even in such cases.

Merge request reports