mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
avoid header clashes in make all
This commit is contained in:
parent
c02bfc3897
commit
724e411ffc
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…
x
Reference in New Issue
Block a user