build: remove config.h.meson

We don't need this anymore, so just drop it and let meson generate our
file every time.
This commit is contained in:
Christian Hergert
2022-07-22 12:52:41 -07:00
parent dfe2dbe9bc
commit 5298e67d12
2 changed files with 0 additions and 56 deletions

View File

@ -213,7 +213,6 @@ if get_option('examples')
endif
configure_file(
input: 'config.h.meson',
output: 'config.h',
configuration: config_h
)