build: Rename config.h template

Now that it won't clash with the autotools version.
This commit is contained in:
Bastien Nocera
2020-02-05 17:07:10 +01:00
parent 7c1ae363a8
commit 2327307b81
2 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ cdata.set_quoted('VERSION', meson.project_version())
cdata.set_quoted('SYSCONFDIR', sysconfdir) cdata.set_quoted('SYSCONFDIR', sysconfdir)
config_h = configure_file( config_h = configure_file(
input: 'config.h.meson', input: 'config.h.in',
output: 'config.h', output: 'config.h',
configuration: cdata configuration: cdata
) )