pluginenv: configure cmake to build protocols

This commit is contained in:
vaxerski 2023-04-29 17:41:44 +01:00
parent 5a3e3deb33
commit 5c3684d0cc

View File

@ -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