From 5c3684d0cce9b22364afd3515b9b42fb95417d84 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 29 Apr 2023 17:41:44 +0100 Subject: [PATCH] pluginenv: configure cmake to build protocols --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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