Skip to content

gdk/wayland/cursor/os-compatibility: fix build when memfd_create is not available

David Lechner requested to merge dlech/gtk:memfd_create into master

When building for homebrew/linuxbrew on Ubuntu 16.04, memfd_create() is not available and causes the build to fail.

This adds a proper check for the function.

Merge request reports