mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 16:46:00 +01:00
pluginenv: configure cmake to build protocols
This commit is contained in:
parent
5a3e3deb33
commit
5c3684d0cc
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue