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