aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)Author
2024-01-31Makefile: remove hyprland symlink on uninstallRoger Roger
2024-01-30Makefile: pass PREFIX to CMakeMihai Fufezan
2024-01-29renderer: Add new background infrastructureVaxry
2024-01-05make: unbreak with non-GNU ln(1) after 78f9ba9fdd7eJan Beich
2024-01-04Makefile: force ln command to overwrite symlink (#4347)rszyma
2023-12-29makefile: add symbolic link for lowercase binary namevaxerski
2023-12-07makefile: add rm hyprpm for uninstall (#4086)thejch
2023-12-07hyprpm: Add hyprpm, a Hyprland Plugin Manager (#4072)Vaxry
2023-12-06makefile: only require version.h before installheadersVaxry
2023-11-24makefile: update wlroots soverVaxry
2023-10-14makefile: fix using `-d` test for a binary file AND re-add missing portals co...Ali Rizvi
2023-10-14makefile: warn users when doing sudo make installVaxry
2023-10-14build: CMake pipeline improvements (#3564)Vaxry
2023-10-10makefile: set perms for built subprojects in pluginenvvaxerski
2023-10-10makefile: set 777 for /build permsvaxerski
2023-10-10makefile: set correct perms on includesvaxerski
2023-10-01makefile: make binaries 755 instead of 711vaxerski
2023-09-28makefile: fixup permissions on installed binariesvaxerski
2023-09-28makefile: fix wrong path in chmodvaxerski
2023-09-28makefile: fix permissions on filesvaxerski
2023-09-17wlroots: disable wlr vulkan supportvaxerski
2023-08-28makefile: fix build failure with some PREFIX (#3099)pastalian
2023-08-26internal: Fix XDP multi-portal issues (#3077)Vaxry
2023-07-24backgrounds: add hypr chan var 2vaxerski
2023-07-13background: add mascot versionsvaxerski
2023-05-11pluginenv: copy built wlr headersvaxerski
2023-05-02Unbreak CMake build on FreeBSD (#2209)Jan Beich
2023-05-01makefile: put pkg-config file in the default dirvaxerski
2023-05-01Plugin header overhaul 2: fixes (Electric boogaloo) (#2201)Vaxry
2023-04-29pluginenv: configure cmake to build protocolsvaxerski
2023-04-27makefile: use -f in copies to avoid errors on running hlvaxerski
2023-04-27Plugin header overhaul (#2087)Ching Pei Yang
2023-04-09GlobalShortcuts protocol impl (#1886)Vaxry
2023-03-14Refactor CMake and Make file (#1766)stephan-cr
2023-03-14input: text-input-v1 support (#1778)Vaxry
2023-03-03Use ${PREFIX} rather than /usr directly in Makefile, and force the build to a...Froggo
2023-02-27fix make installvaxerski
2023-02-27fix make installvaxerski
2023-02-27Plugin System (#1590)Vaxry
2023-01-20wp-fractional-scaling-v1 impl (#1373)Vaxry
2022-12-22Added make configdebugvaxerski
2022-12-15do not overwrite existing `hyprland.desktop` (#1228)NotAShelf
2022-12-12Added toplevel handle sharing Rev2 (#1203)v0.19.2betaVaxry
2022-12-05Implement window sharing with the hl toplevel export proto (#1179)Vaxry
2022-11-17avoid header clashes in make allvaxerski
2022-11-13update wlroots depvaxerski
2022-11-05add more wlroots flags for faster compilevaxerski
2022-11-05Added direct scanoutvaxerski
2022-10-10Replace $(nproc) with $(shell nproc).Felix Dick
2022-08-24fix typoNotAShelf