aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-04-29 17:41:44 +0100
committervaxerski <[email protected]>2023-04-29 17:41:44 +0100
commit5c3684d0cce9b22364afd3515b9b42fb95417d84 (patch)
treea94ffaacd75ca83ae5db0641b52b163e5a840116 /Makefile
parent5a3e3deb33060fc15c47bebb4a288cc4aff95bbb (diff)
downloadHyprland-5c3684d0cce9b22364afd3515b9b42fb95417d84.tar.gz
Hyprland-5c3684d0cce9b22364afd3515b9b42fb95417d84.zip
pluginenv: configure cmake to build protocols
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6329470e..90e12619 100644
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,8 @@ pluginenv:
meson setup subprojects/wlroots/build subprojects/wlroots --prefix=${PREFIX} --buildtype=release -Dwerror=false -Dexamples=false
ninja -C subprojects/wlroots/build/
+ cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build -G Ninja
+
configdebug:
make fixwlr