mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-11-01 16:16:41 +00:00
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
3 lines
191 B
Meson
3 lines
191 B
Meson
install_data('hyprland.conf', install_dir: join_paths(get_option('datadir'), 'hyprland'))
|
|
install_data('hyprland.desktop', install_dir: join_paths(get_option('datadir'), 'wayland-sessions'))
|