From 08a6da05412961ddf629415a92749b02d875fa62 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Mon, 4 Oct 2021 17:25:48 -0700 Subject: feat(wm): layer shell --- compile_commands.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'compile_commands.json') diff --git a/compile_commands.json b/compile_commands.json index d0d18b5..1a489d2 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -1457,5 +1457,30 @@ "sys/cmd/wm/monitor.c" ], "file": "sys/cmd/wm/monitor.c" + }, + { + "directory": "/home/nolln/root", + "arguments": [ + "gcc", + "-MD", + "-g", + "-march=native", + "-fno-strict-aliasing", + "-fwrapv", + "-fms-extensions", + "-Wno-microsoft-anon-tag", + "-I/home/nolln/root/include/vendor", + "-I/usr/include/libdrm", + "-I/usr/include/pixman-1", + "-I", + "include", + "-I", + "sys/cmd/wm", + "-o", + ".build/sys/cmd/wm/wlr-layer-shell-unstable-v1-protocol.o", + "-c", + "sys/cmd/wm/wlr-layer-shell-unstable-v1-protocol.c" + ], + "file": "sys/cmd/wm/wlr-layer-shell-unstable-v1-protocol.c" } ] -- cgit v1.2.1