diff options
Diffstat (limited to 'backend/libinput')
-rw-r--r-- | backend/libinput/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/libinput/meson.build b/backend/libinput/meson.build index 2f3ccab3..181eb04b 100644 --- a/backend/libinput/meson.build +++ b/backend/libinput/meson.build @@ -10,7 +10,7 @@ libinput = dependency( not_found_message: '\n'.join(msg), ) -if not libinput.found() +if not (libinput.found() and features['session']) subdir_done() endif |