summaryrefslogtreecommitdiff
path: root/overlay/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/meson.build')
-rw-r--r--overlay/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/meson.build b/overlay/meson.build
index 8b5c52b4..546c8377 100644
--- a/overlay/meson.build
+++ b/overlay/meson.build
@@ -59,7 +59,7 @@ if leg.found()
command: [leg, '-P', '-o', '@OUTPUT@', '@INPUT@'])
gpu_overlay_src += leg_file
else
- warning('leg command not found, disabling overlay; try : apt-get install peg')
+ message('WARNING: leg command not found, disabling overlay; try : apt-get install peg')
endif
if leg.found() and xrandr.found() and cairo.found()