Updated patches for 0.47.2
This commit is contained in:
parent
92cf1718eb
commit
8749f12ed9
|
|
@ -4,7 +4,7 @@ Description: Ensure make uses bash as its shell
|
|||
dash. And dash does not support such constructs. So have make use /bin/bash
|
||||
as its shell.
|
||||
Author: Alan M Varghese
|
||||
Last-Update: 2024-10-11
|
||||
Last-Update: 2025-03-09
|
||||
Forwarded: not-needed
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
|
|
@ -12,5 +12,5 @@ Forwarded: not-needed
|
|||
PREFIX = /usr/local
|
||||
+SHELL = /bin/bash
|
||||
|
||||
legacyrenderer:
|
||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:STRING=${PREFIX} -DLEGACY_RENDERER:BOOL=true -S . -B ./buildZ
|
||||
stub:
|
||||
@echo "Do not run $(MAKE) directly without any arguments. Please refer to the wiki on how to compile Hyprland."
|
||||
|
|
|
|||
Loading…
Reference in New Issue