diff options
author | vaxerski <[email protected]> | 2023-04-29 17:41:44 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-04-29 17:41:44 +0100 |
commit | 5c3684d0cce9b22364afd3515b9b42fb95417d84 (patch) | |
tree | a94ffaacd75ca83ae5db0641b52b163e5a840116 /Makefile | |
parent | 5a3e3deb33060fc15c47bebb4a288cc4aff95bbb (diff) | |
download | Hyprland-5c3684d0cce9b22364afd3515b9b42fb95417d84.tar.gz Hyprland-5c3684d0cce9b22364afd3515b9b42fb95417d84.zip |
pluginenv: configure cmake to build protocols
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |