mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-05-05 06:47:30 -04:00
backend/libinput/backend.c, backend/libinput/tablet_pad.c, backend/libinput/tablet_tool.c, backend/session/session.c: make udev optional
This commit is contained in:
parent
68652158b7
commit
3468395cba
8 changed files with 65 additions and 6 deletions
|
|
@ -4,3 +4,4 @@ option('examples', type: 'boolean', value: true, description: 'Build example app
|
|||
option('icon_directory', description: 'Location used to look for cursors (default: ${datadir}/icons)', type: 'string', value: '')
|
||||
option('renderers', type: 'array', choices: ['auto', 'gles2', 'vulkan'], value: ['auto'], description: 'Select built-in renderers')
|
||||
option('backends', type: 'array', choices: ['auto', 'drm', 'libinput', 'x11'], value: ['auto'], description: 'Select built-in backends')
|
||||
option('enum-backend', type: 'combo', choices: ['auto', 'disabled', 'udev'], value: 'udev', description: 'Select device enumeration backend')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue