forked from external/yambar
wip: verify configuration
We now verify the configuration (currently down to module level, but not including particles) that are present are of the expected type.
This commit is contained in:
parent
45e5f11fea
commit
aa38063e37
7 changed files with 856 additions and 27 deletions
|
@ -27,6 +27,7 @@ pkg_check_modules(ALSA REQUIRED alsa) # Module/als
|
|||
add_executable(f00bar
|
||||
bar.c bar.h
|
||||
config.c config.h
|
||||
config-verify.c config-verify.h
|
||||
decoration.h
|
||||
font.c font.h
|
||||
log.c log.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue