meson: gl: fix incorrect error string

Use the winsys variable for an incorrect winsys provided
This commit is contained in:
Matthew Waters 2016-10-18 14:10:32 +11:00 committed by Tim-Philipp Müller
parent 0207ce9818
commit f70d4ec22d

View 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