1
0
Fork 0

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:
Jonas Ådahl 2022-05-17 15:24:33 +02:00 committed by Marge Bot
parent 5be555c59d
commit d7e1af98ac

View file

@ -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'