mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
meson: gl: fix incorrect error string
Use the winsys variable for an incorrect winsys provided
This commit is contained in:
parent
950a7945e4
commit
b85fa6f2dd
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ else
|
||||||
# elif winsys == 'dispmanx'
|
# elif winsys == 'dispmanx'
|
||||||
# need_win_dispmanx = 'yes'
|
# need_win_dispmanx = 'yes'
|
||||||
else
|
else
|
||||||
error('Unsupported GL winsys provided ' + platform)
|
error('Unsupported GL winsys provided ' + winsys)
|
||||||
endif
|
endif
|
||||||
endforeach
|
endforeach
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue