Hyprland/hyprctl
Florian "sp1rit"​ fd0112425f
Added meson buildfiles
this makes for a far better experience in combination with wlroots,
since that whole makefile mess is not required.
Additionaly, handling of wayland protocol sources is also slightly
better, but could be improved with mesons inbuilt wayland module.

To build Hyprland using meson:
    meson _build -Ddefault_library=static
    ninja -C _build
    ninja -C _build install
2022-06-16 23:30:28 +02:00
..
main.cpp IPC and log changes, introduce signature 2022-06-03 17:41:57 +02:00
Makefile added hyprctl 2022-03-20 16:51:14 +01:00
meson.build Added meson buildfiles 2022-06-16 23:30:28 +02:00