From b85fa6f2dd31f35abf60f0db13f288665a7c3b08 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 3db3875e3f..d6a629aed4 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