mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 09:46:00 +01:00
avoid header clashes in make all
This commit is contained in:
parent
c02bfc3897
commit
724e411ffc
1 changed files with 5 additions and 2 deletions
7
Makefile
7
Makefile
|
@ -124,9 +124,12 @@ clear:
|
||||||
rm -rf ./subprojects/wlroots/build
|
rm -rf ./subprojects/wlroots/build
|
||||||
|
|
||||||
all:
|
all:
|
||||||
make config
|
make clear
|
||||||
|
make fixwlr
|
||||||
|
cd ./subprojects/wlroots && meson build/ --buildtype=release && ninja -C build/ && cp ./build/libwlroots.so.12032 /usr/lib/ && cd ../..
|
||||||
|
make protocols
|
||||||
make release
|
make release
|
||||||
cd ./hyprctl && make all && cd ..
|
cd hyprctl && make all && cd ..
|
||||||
|
|
||||||
install:
|
install:
|
||||||
make clear
|
make clear
|
||||||
|
|
Loading…
Reference in a new issue