mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
Add basic scaffolding for including libsfdo in builds
This commit is contained in:
parent
3f0b3f8f9b
commit
d9a6bdb85e
2 changed files with 31 additions and 0 deletions
|
|
@ -8,3 +8,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 swaybar tray')
|
||||
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('sfdo', type: 'feature', value: 'auto', description: 'Enable libsfdo integration')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue