mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
meson: Fix another reference to "gl" 9.2.0
Previous commite6ef2b12missed a spot. (cherry picked from commitc7486613b0)
This commit is contained in:
committed by
Aaron Plattner
parent
a57729d318
commit
e16eb696f2
@@ -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'),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user