From 03a9b58a0b9c13f5e30240fdea6d1c81ef264415 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sat, 1 Jul 2023 18:45:33 +0200 Subject: c++,window: Rewriting window code to match new code --- src/window/SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/window/SConstruct') diff --git a/src/window/SConstruct b/src/window/SConstruct index 69c70eb..05fc016 100644 --- a/src/window/SConstruct +++ b/src/window/SConstruct @@ -44,9 +44,9 @@ env_vars.Add('prefix', ) env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], - CPPDEFINES=['SAW_UNIX'], + CPPDEFINES=['SAW_UNIX', 'SAW_UNIX_XCB'], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], - LIBS=['forstio-core', 'forstio-io', 'forstio-async']) + LIBS=['forstio-core', 'forstio-io', 'forstio-async', 'forstio-codec']) env.__class__.add_source_files = add_kel_source_files env.Tool('compilation_db'); env.cdb = env.CompilationDatabase('compile_commands.json'); -- cgit v1.2.3