meson: Add a comment to mark the beginning of the configuration data section
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Tue, 9 Oct 2018 03:40:51 +0000 (10:40 +0700)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 27 Dec 2018 11:55:07 +0000 (17:25 +0530)
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
meson.build

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