mirror of
https://github.com/brl/mutter.git
synced 2025-03-12 06:15:11 +00:00

When memfd_create isn't used, the file isn't sealed. Therefore, we should skip test_readonly_seals on the fallback case. This fixes compilation error on FreeBSD 12, which does not support memfd_create. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1229