diff options
author | vaxerski <[email protected]> | 2022-07-05 19:46:05 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-07-05 19:46:05 +0200 |
commit | 7ff427c229b22243d3a6507cca3a7df64d31c241 (patch) | |
tree | 670e812334c7616cdcd07b90f540e810541d4b0e /Makefile | |
parent | 55aeb91e6a23aa64d85bcb4b733dff1e9c91cb47 (diff) | |
download | Hyprland-7ff427c229b22243d3a6507cca3a7df64d31c241.tar.gz Hyprland-7ff427c229b22243d3a6507cca3a7df64d31c241.zip |
remove wlroots so in make uninstall
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ uninstall: rm -f ${PREFIX}/share/wayland-sessions/hyprland.desktop rm -f ${PREFIX}/bin/Hyprland rm -f ${PREFIX}/bin/hyprctl + rm -f /usr/lib/libwlroots.so.11032 rm -rf ${PREFIX}/share/hyprland protocols: xdg-shell-protocol.o wlr-layer-shell-unstable-v1-protocol.o wlr-screencopy-unstable-v1-protocol.o idle-protocol.o ext-workspace-unstable-v1-protocol.o pointer-constraints-unstable-v1-protocol.o tablet-unstable-v2-protocol.o |