features: include compile-time enable/disable state of features when printing version

This commit is contained in:
Daniel Eklöf 2020-12-04 18:57:49 +01:00
parent 2078e1675d
commit 77bc7c8b2c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 37 additions and 3 deletions

View file

@ -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',