Remove config.h.meson
Meson can generate a configuration file better than a human can.
This commit is contained in:
committed by
Emmanuele Bassi
parent
783d4d7577
commit
302adb0ad2
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user