mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
input/libinput: make udev optional
This commit is contained in:
parent
6c4c0387a2
commit
8600e88728
3 changed files with 11 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue