Skip to content

meson.build: fix build without Wayland

Peter Hutterer requested to merge whot/libinput:wip/wayland-build-fix into main

Introduced in 6a1bd5b0, we now have two potentially undeclared variables.

../meson.build:576:1: ERROR: Unknown variable "dep_wayland_client".

Fixes 6a1bd5b0

Fixes #786 (closed)

Merge request reports