From f70d4ec22d21abad88ac565f4a64a5da7fc8380d Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 18 Oct 2016 14:10:32 +1100 Subject: [PATCH] meson: gl: fix incorrect error string Use the winsys variable for an incorrect winsys provided --- gst-libs/gst/gl/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index 3db3875..d6a629a 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -191,7 +191,7 @@ else # elif winsys == 'dispmanx' # need_win_dispmanx = 'yes' else - error('Unsupported GL winsys provided ' + platform) + error('Unsupported GL winsys provided ' + winsys) endif endforeach endif -- 2.7.4