Skip to content

Xwayland: Use gbm_bo_create_with_modifiers2() if available

Check for availability of gbm_bo_create_with_modifiers2() which appeared in GBM 23.1 and use it instead of the old gbm_bo_create_with_modifiers() API.

Merge request reports