aboutsummaryrefslogtreecommitdiffhomepage
path: root/protocols/meson.build
AgeCommit message (Collapse)Author
2023-04-09Merge branch 'main' into global-shortcutsVaxry
2023-04-09update hl-protosvaxerski
2023-04-03Hyprland Screencopy impl (#1800)Vaxry
--------- Co-authored-by: Mihai Fufezan <[email protected]>
2023-03-14input: text-input-v1 support (#1778)Vaxry
support zwp_text_input_v1 --------- Co-authored-by: Mihai Fufezan <[email protected]>
2023-01-20wp-fractional-scaling-v1 impl (#1373)Vaxry
* Initial fractional scaling impl * apply UV after geom calcs * fix scaling -> scale * meson: add fractional scale proto Co-authored-by: Mihai Fufezan <[email protected]>
2022-12-12Added toplevel handle sharing Rev2 (#1203)v0.19.2betaVaxry
* Added toplevel handle sharing * nix: fix build * update hyprland-protocols Co-authored-by: Mihai Fufezan <[email protected]>
2022-12-05Implement window sharing with the hl toplevel export proto (#1179)Vaxry
* implement window sharing Co-authored-by: Mihai Fufezan <[email protected]>
2022-11-05fix relative protocol pathsvaxerski
CI fix
2022-07-31protocols: add wlr-output-power-management-unstable-v1.xml to meson.buildMihai Fufezan
2022-06-16Added meson buildfilesFlorian "sp1rit"​
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