Skip to content

Commit

Permalink
Makefile: remove refs to libwlroots
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Apr 12, 2024
1 parent e1e11f5 commit 0a70ccd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 0a70ccd

Please sign in to comment.