hyprland/patches
alan 1ff689eb4b
Move libwlroots binary to private directory
The private directory is /usr/lib/hyprland.
This fixes the error:
E: hyprland: shared-library-is-multi-arch-foreign usr/lib/libwlroots.so.13032
N:
N:   The package is marked as Multi-Arch: foreign, but it includes a shared
N:   library in a public library directory.

But we now we also need to let the loader find it. We will use the RPATH
configured on the binary to achieve this. That is, the RPATH has been
modified to point to /usr/lib/hyprland.
2024-01-28 16:20:01 +05:30
..
000-destdir.patch Initial commit 2024-01-22 15:17:07 +00:00
001-move-libwlroots-to-hyprland-location.patch Initial commit 2024-01-22 15:17:07 +00:00
series Move libwlroots binary to private directory 2024-01-28 16:20:01 +05:30