input/libinput: make udev optional

This commit is contained in:
illiliti 2022-02-09 15:17:22 +03:00
parent 6c4c0387a2
commit 8600e88728
3 changed files with 11 additions and 2 deletions

View file

@ -9,3 +9,4 @@ option('tray', type: 'feature', value: 'auto', description: 'Enable support for
option('gdk-pixbuf', type: 'feature', value: 'auto', description: 'Enable support for more image formats in swaybg')
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
option('sd-bus-provider', type: 'combo', choices: ['auto', 'libsystemd', 'libelogind', 'basu'], value: 'auto', description: 'Provider of the sd-bus library')
option('udev', type: 'feature', value: 'auto', description: 'Enable support for udev')