wlroots-hyprland/backend
Paul Cercueil 220df2aa0f
Add more POSIX compliance macros to fix uClibc support
- Add POSIX 1993.09 compliance macro in source files that use
  "struct timespec";
- Add POSIX 2001.12 compliance macro in source files that use
  "struct sigaction" and the SA_SIGINFO macro, or the fchmod()
  function;
- Add POSIX 2008.09 compliance macro in source files that use the
  getline() function.

These compliance macros are enough for wlroots to compile with the
git-master version of uClibc-ng.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
2024-02-12 17:41:45 +01:00
..
drm allocator: remove backend parameter in allocator_autocreate_with_drm_fd 2024-02-02 16:36:31 -05:00
headless backend/headless: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
libinput backend/libinput: drop wl_display argument 2024-01-25 15:05:36 +00:00
multi backend/multi: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
session backend/session: add docs 2024-02-01 16:08:47 +01:00
wayland Add more POSIX compliance macros to fix uClibc support 2024-02-12 17:41:45 +01:00
x11 backend/x11: take wl_event_loop instead of wl_display 2024-01-25 15:05:36 +00:00
backend.c backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate() 2024-01-25 15:05:36 +00:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00