Remove config.h.meson

Meson can generate a configuration file better than a human can.
This commit is contained in:
Luca Bacci
2022-12-08 18:07:21 +00:00
committed by Emmanuele Bassi
parent 783d4d7577
commit 302adb0ad2
2 changed files with 4 additions and 301 deletions

View File

@ -886,9 +886,10 @@ if get_option('examples')
endif
# config.h
configure_file(input: 'config.h.meson',
output: 'config.h',
configuration: cdata)
configure_file(
output: 'config.h',
configuration: cdata,
)
# pkg-config files - bit of a mess all of this
pkgconf = configuration_data()