aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-04-12 17:58:12 +0100
committerVaxry <[email protected]>2024-04-12 17:58:18 +0100
commit0a70ccd099d5620fcb65be90212fd09bad82fc30 (patch)
tree8d85d80e23ff02bcfe4c6d4fb66ac54a8649c047 /Makefile
parente1e11f5a878aee4fe58310a1f42cb80de11d6c3d (diff)
downloadHyprland-0a70ccd099d5620fcb65be90212fd09bad82fc30.tar.gz
Hyprland-0a70ccd099d5620fcb65be90212fd09bad82fc30.zip
Makefile: remove refs to libwlroots
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 76820175..8407385b 100644
--- a/Makefile
+++ b/Makefile
@@ -61,9 +61,6 @@ install:
mkdir -p ${PREFIX}/share/man/man1
install -m644 ./docs/*.1 ${PREFIX}/share/man/man1
- mkdir -p ${PREFIX}/lib/
- cp ./subprojects/wlroots/build/libwlroots.so.13032 ${PREFIX}/lib/
-
$(MAKE) installheaders
uninstall:
@@ -72,7 +69,6 @@ uninstall:
rm -f ${PREFIX}/bin/hyprland
rm -f ${PREFIX}/bin/hyprctl
rm -f ${PREFIX}/bin/hyprpm
- 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