From eeb5831bb4d62c35eca6db333137a9b8bf682e6e Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sat, 6 Jun 2020 11:04:36 -0700 Subject: deprecated wayland --- compile_commands.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'compile_commands.json') diff --git a/compile_commands.json b/compile_commands.json index 6883a53..363e94b 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -8,15 +8,23 @@ "-fno-strict-aliasing", "-fwrapv", "-fms-extensions", - "-I/usr/include/libdrm", - "-I/usr/include/pixman-1", + "-I/usr/include/freetype2", + "-I/usr/include/libpng16", + "-I/usr/include/harfbuzz", + "-I/usr/include/glib-2.0", + "-I/usr/lib/glib-2.0/include", + "-I/usr/include/freetype2", + "-I/usr/include/libpng16", + "-I/usr/include/harfbuzz", + "-I/usr/include/glib-2.0", + "-I/usr/lib/glib-2.0/include", "-I", "include", "-o", - "build/cmd/dway/dway.o", - "sys/cmd/dway/dway.c" + "build/libfont/test.o", + "sys/libfont/test.c" ], "directory": "/home/nolln/root", - "file": "sys/cmd/dway/dway.c" + "file": "sys/libfont/test.c" } ] \ No newline at end of file -- cgit v1.2.1