diff options
author | Vaxry <[email protected]> | 2023-11-24 13:08:46 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-11-24 13:08:58 +0000 |
commit | be3d635265331543b37c6106185fbb67b1293fb3 (patch) | |
tree | 83ee5d33ed799dbe8d437cf22d7a67ba4a9c4da0 /Makefile | |
parent | f9ba5a0551d2b4581a6b8f20c157d120655c337c (diff) | |
download | Hyprland-be3d635265331543b37c6106185fbb67b1293fb3.tar.gz Hyprland-be3d635265331543b37c6106185fbb67b1293fb3.zip |
makefile: update wlroots sover
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |