mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-04-20 14:10:42 +02:00
build: Rename config.h template
Now that it won't clash with the autotools version.
This commit is contained in:
parent
7c1ae363a8
commit
2327307b81
2 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ cdata.set_quoted('VERSION', meson.project_version())
|
|||
cdata.set_quoted('SYSCONFDIR', sysconfdir)
|
||||
|
||||
config_h = configure_file(
|
||||
input: 'config.h.meson',
|
||||
input: 'config.h.in',
|
||||
output: 'config.h',
|
||||
configuration: cdata
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue