From b709c8a14b3ecfc3aa5bca15979156e277ef5997 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Tue, 9 Oct 2018 10:40:51 +0700 Subject: [PATCH] meson: Add a comment to mark the beginning of the configuration data section Signed-off-by: Arnaud Rebillout --- meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meson.build b/meson.build index fe87c8e5b..a0822f369 100644 --- a/meson.build +++ b/meson.build @@ -46,6 +46,8 @@ if pulsedspdir == '' join_paths(libdir, 'pulseaudio') endif +# Configuration data + cc = meson.get_compiler('c') cdata = configuration_data()