Skip to content

Fix build if libinput isn't present

Simon Ser requested to merge github/fork/MarkusVolk/master into master

Created by: MarkusVolk

Since libinput is an optional dependency the libinput backend is possibly undeclared. wlr_backend_destroy(backend) below will clean up the child libinput backend if any.

Merge request reports

Loading