mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04:00
features: include compile-time enable/disable state of features when printing version
This commit is contained in:
parent
2078e1675d
commit
77bc7c8b2c
4 changed files with 37 additions and 3 deletions
|
|
@ -151,6 +151,7 @@ executable(
|
|||
'commands.c', 'commands.h',
|
||||
'extract.c', 'extract.h',
|
||||
'fdm.c', 'fdm.h',
|
||||
'foot-features.h',
|
||||
'ime.c', 'ime.h',
|
||||
'input.c', 'input.h',
|
||||
'main.c',
|
||||
|
|
@ -174,6 +175,7 @@ executable(
|
|||
executable(
|
||||
'footclient',
|
||||
'client.c', 'client-protocol.h',
|
||||
'foot-features.h',
|
||||
'log.c', 'log.h',
|
||||
'macros.h',
|
||||
'xmalloc.c', 'xmalloc.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue