aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-02-27 14:08:29 +0000
committervaxerski <[email protected]>2023-02-27 14:08:29 +0000
commit15d108fbc11f6e302eb42bc568e4a9d94066ed2f (patch)
tree7734d44a785b96bfb5275004317e6f8fa86bc82e /Makefile
parent8b81f41e52b55835aaaa7e4962af23a00188cbdc (diff)
downloadHyprland-15d108fbc11f6e302eb42bc568e4a9d94066ed2f.tar.gz
Hyprland-15d108fbc11f6e302eb42bc568e4a9d94066ed2f.zip
fix make install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b375912..93aae3a4 100644
--- a/Makefile
+++ b/Makefile
@@ -166,6 +166,7 @@ install:
make clear
make fixwlr
cd ./subprojects/wlroots && meson build/ --buildtype=release && ninja -C build/ && cp ./build/libwlroots.so.12032 /usr/lib/ && cd ../..
+ cd subprojects/udis86 && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -H./ -B./build -G Ninja && cmake --build ./build --config Release --target all -j$(shell nproc)
make protocols
make release
cd hyprctl && make all && cd ..