mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-23 19:00:36 +01:00
meson: Apparently 1.2 is < 1.2.0
Siiiigh.
This commit is contained in:
parent
c7486613b0
commit
3340ddf377
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ if build_glx
|
|||
common_dep,
|
||||
dl_dep,
|
||||
dependency('glproto', version: '>= 1.4.17'),
|
||||
dependency('gl', version: '>= 1.2.0'),
|
||||
dependency('gl', version: '>= 1.2'),
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue