meson: Add a comment to mark the beginning of the configuration data section

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-09 10:40:51 +07:00 committed by Arun Raghavan
parent ea92c28218
commit b709c8a14b

View file

@ -46,6 +46,8 @@ if pulsedspdir == ''
join_paths(libdir, 'pulseaudio')
endif
# Configuration data
cc = meson.get_compiler('c')
cdata = configuration_data()