remove hyprland-nvidia patches

This commit is contained in:
JaKooLit 2023-11-26 20:46:00 +09:00
parent 3189548894
commit 90a3182a09

View File

@ -83,8 +83,6 @@ add_to_file() {
printf "${NOTE} Installing nvidia-Hyprland...\n" printf "${NOTE} Installing nvidia-Hyprland...\n"
if git clone --recursive https://github.com/hyprwm/Hyprland 2>&1 | tee -a "$LOG"; then if git clone --recursive https://github.com/hyprwm/Hyprland 2>&1 | tee -a "$LOG"; then
cd Hyprland || exit 1 cd Hyprland || exit 1
# additional for hyprland-nvidia
sed 's/glFlush();/glFinish();/g' -i subprojects/wlroots/render/gles2/renderer.c
make all make all
if sudo make install 2>&1 | tee -a "$LOG"; then if sudo make install 2>&1 | tee -a "$LOG"; then
printf "${OK} Nvidia-Hyprland installed successfully.\n" printf "${OK} Nvidia-Hyprland installed successfully.\n"