From be3d635265331543b37c6106185fbb67b1293fb3 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 24 Nov 2023 13:08:46 +0000 Subject: [PATCH] makefile: update wlroots sover --- Makefile | 4 ++-- 1 file 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