libei/tools
Salman Malik a438e46e18 config: Make memfd_create optional
`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.
2023-03-28 11:24:06 +00:00
..
ei-debug-events.c Purge the properties from the protocol 2023-02-09 11:48:29 +10:00
ei-demo-client.c Merge branch 'main' into wip/drop-protobuf 2023-03-07 12:55:18 +10:00
eis-demo-server-uinput.c Change to allow dynamic binding of capabilities 2022-04-04 05:24:16 +00:00
eis-demo-server.c config: Make memfd_create optional 2023-03-28 11:24:06 +00:00
eis-demo-server.h tools: add touchscreen support to the eis-demo-server 2023-03-06 16:11:55 +10:00
meson.build Merge branch 'main' into wip/drop-protobuf 2023-03-07 12:55:18 +10:00
oeffis-demo-tool.c liboeffis is a wrapper library for the RemoteDesktop communication 2022-12-08 11:22:50 +10:00