mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-07 07:40:16 +01:00
`memfd_create` doesn't seem to be supported on all platforms (e.g. ubuntu 18 has trouble with it). Even though, I was able to substitute `memfd_create` with a direct system call, I was not able to get the `MFD_CLOXEC` flag (from fcntl.h) working cleanly (there were redefinitions/conflicts for other structures when trying to use <linux/*> headers). Making it optional for time being till we have figured out how to make it work broadly. |
||
|---|---|---|
| .. | ||
| templates | ||
| buildtest.c | ||
| buildtest.cc | ||
| conftest.py | ||
| eierpecken.c | ||
| eierpecken.h | ||
| eiproto.py.tmpl | ||
| meson.build | ||
| test-ei-device.c | ||
| test-ei-seat.c | ||
| test-ei.c | ||
| test-eis.c | ||
| test-main.c | ||
| test_oeffis.py | ||
| test_protocol.py | ||
| unit-tests.c | ||