diff options
author | Florian "sp1rit" <[email protected]> | 2022-06-12 22:57:03 +0200 |
---|---|---|
committer | Florian "sp1rit" <[email protected]> | 2022-06-16 23:30:28 +0200 |
commit | fd0112425f165aff786bcfec8c610114324c37a1 (patch) | |
tree | 2f10644bc09eeb9e378f612f59462c2a40d2e3a2 /subprojects | |
parent | 354e2651289861bf7027fd02be41088e45fc1c99 (diff) | |
download | Hyprland-fd0112425f165aff786bcfec8c610114324c37a1.tar.gz Hyprland-fd0112425f165aff786bcfec8c610114324c37a1.zip |
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
Diffstat (limited to 'subprojects')
m--------- | subprojects/wlroots | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/subprojects/wlroots b/subprojects/wlroots new file mode 160000 +Subproject b89ed9015c3fbe8d339e9d65cf70fdca6e5645b |