<div dir="ltr">On 4 January 2018 at 15:29, Lucas De Marchi <span dir="ltr"><<a href="mailto:lucas.demarchi@intel.com" target="_blank">lucas.demarchi@intel.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">warning() was only added to the meson interpreter in 0.44 which is<br>
currently the last version. Let's use message() as we are currently<br>
requiring meson > 0.40. Otherwise we get the following error:<br>
<br>
        Meson encountered an error in file overlay/meson.build, line 62, column 1:<br>
        Unknown function "warning".<br>
<br>
Fixes: 865a47ca ("overlay: parse tracepoints from sysfs to figure out fields' location")<br>
Signed-off-by: Lucas De Marchi <<a href="mailto:lucas.demarchi@intel.com">lucas.demarchi@intel.com</a>><br></blockquote><div><br></div><div><span class="gmail-il">Reviewed</span>-<span class="gmail-il">by</span>: <span class="gmail-il">Rhys</span> Kidd <<a href="mailto:rhyskidd@gmail.com" target="_blank">rhyskidd@gmail.com</a>></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Cc: Rhys Kidd <<a href="mailto:rhyskidd@gmail.com">rhyskidd@gmail.com</a>><br>
Cc: Daniel Vetter <<a href="mailto:daniel.vetter@ffwll.ch">daniel.vetter@ffwll.ch</a>><br>
Cc: Petri Latvala <<a href="mailto:petri.latvala@intel.com">petri.latvala@intel.com</a>><br>
---<br>
 overlay/meson.build | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/overlay/meson.build b/overlay/meson.build<br>
index 8b5c52b4..546c8377 100644<br>
--- a/overlay/meson.build<br>
+++ b/overlay/meson.build<br>
@@ -59,7 +59,7 @@ if leg.found()<br>
                command: [leg, '-P', '-o', '@OUTPUT@', '@INPUT@'])<br>
        gpu_overlay_src += leg_file<br>
 else<br>
-       warning('leg command not found, disabling overlay; try : apt-get install peg')<br>
+       message('WARNING: leg command not found, disabling overlay; try : apt-get install peg')<br>
 endif<br>
<br>
 if leg.found() and xrandr.found() and cairo.found()<br>
<span class="gmail-HOEnZb"><font color="#888888">--<br>
2.14.3<br>
<br>
</font></span></blockquote></div><br></div></div>