fix: restore clean libwayland source from archive + force kded6 rebuild

- Restored wayland-libwayland-v1.24.0-patched.tar.gz from sources/
  to replace corrupted source with stray + characters from failed patch
- Force-rebuilt kf6-kded6 (deleted pkgar) so #ifdef Q_OS_REDOX guard
  is compiled in — kded6 now uses offscreen QPA on Redox
This commit is contained in:
2026-05-06 15:46:23 +01:00
parent 61dbb9373a
commit 7754990727
6 changed files with 73 additions and 23 deletions
@@ -39,6 +39,7 @@
#include <dlfcn.h>
#include <sys/time.h>
#include <fcntl.h>
/* #include <sys/eventfd.h> */
#ifndef EFD_CLOEXEC
#define EFD_CLOEXEC O_CLOEXEC
#endif