meson: Fix another reference to "gl" 9.2.0

Previous commit e6ef2b12 missed a spot.

(cherry picked from commit c7486613b0)
This commit is contained in:
Adam Jackson 2019-10-09 15:17:47 -04:00 committed by Aaron Plattner
parent a57729d318
commit e16eb696f2

View File

@ -74,7 +74,7 @@ if build_glx
common_dep,
dl_dep,
dependency('glproto', version: '>= 1.4.17'),
dependency('gl', version: '>= 9.2.0'),
dependency('gl', version: '>= 1.2.0'),
],
)