meson: gl: fix incorrect error string
authorMatthew Waters <matthew@centricular.com>
Tue, 18 Oct 2016 03:10:32 +0000 (14:10 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:23 +0000 (19:32 +0000)
Use the winsys variable for an incorrect winsys provided

gst-libs/gst/gl/meson.build

index 3db3875..d6a629a 100644 (file)
@@ -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