aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-11-24 13:08:46 +0000
committerVaxry <[email protected]>2023-11-24 13:08:58 +0000
commitbe3d635265331543b37c6106185fbb67b1293fb3 (patch)
tree83ee5d33ed799dbe8d437cf22d7a67ba4a9c4da0
parentf9ba5a0551d2b4581a6b8f20c157d120655c337c (diff)
downloadHyprland-be3d635265331543b37c6106185fbb67b1293fb3.tar.gz
Hyprland-be3d635265331543b37c6106185fbb67b1293fb3.zip
makefile: update wlroots sover
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dc7f7329..0c0b9d10 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ install:
install -m644 ./docs/*.1 ${PREFIX}/share/man/man1
mkdir -p ${PREFIX}/lib/
- cp ./subprojects/wlroots/build/libwlroots.so.12032 ${PREFIX}/lib/
+ cp ./subprojects/wlroots/build/libwlroots.so.13032 ${PREFIX}/lib/
$(MAKE) installheaders
@@ -58,7 +58,7 @@ uninstall:
rm -f ${PREFIX}/share/wayland-sessions/hyprland.desktop
rm -f ${PREFIX}/bin/Hyprland
rm -f ${PREFIX}/bin/hyprctl
- rm -f ${PREFIX}/lib/libwlroots.so.12032
+ rm -f ${PREFIX}/lib/libwlroots.so.13032
rm -rf ${PREFIX}/share/hyprland
rm -f ${PREFIX}/share/man/man1/Hyprland.1
rm -f ${PREFIX}/share/man/man1/hyprctl.1