build: Bump mesa requirement to 21.3
It contains `gbm_bo_create_with_modifiers2()`, which will be used in a test case testing unredirection. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2417>
This commit is contained in:
parent
5be555c59d
commit
d7e1af98ac
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ wayland_protocols_req = '>= 1.25'
|
|||
|
||||
# native backend version requirements
|
||||
libinput_req = '>= 1.19.0'
|
||||
gbm_req = '>= 17.3'
|
||||
gbm_req = '>= 21.3'
|
||||
|
||||
# screen cast version requirements
|
||||
libpipewire_req = '>= 0.3.33'
|
||||
|
|
Loading…
Reference in a new issue