mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-20 02:10:08 +01:00
This is primarily a development feature because it makes it easier to develop a new feature for just one library without having to worry about build errors in the other library (e.g. when new protocol parts are added). Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/310>
6 lines
614 B
Meson
6 lines
614 B
Meson
option('documentation', type: 'array', value: [], choices: ['api', 'protocol'], description: 'Enable documentation builds')
|
|
option('sd-bus-provider', type: 'combo', choices: ['auto', 'libsystemd', 'libelogind', 'basu'], value: 'auto', description: 'Provider of the sd-bus library')
|
|
option('tests', type: 'feature', value: 'auto', description: 'Enable/disable tests')
|
|
option('liboeffis', type: 'feature', value: 'auto', description: 'Build liboeffis.so')
|
|
option('libeis', type: 'feature', value: 'auto', description: 'Build libeis.so')
|
|
option('libei', type: 'feature', value: 'auto', description: 'Build libei.so')
|