diff -r 97a1a7fb4f1a -r 7845f5872bed make/project.xml --- a/make/project.xml Thu Oct 09 19:22:21 2025 +0200 +++ b/make/project.xml Mon Oct 13 21:37:42 2025 +0200 @@ -2,6 +2,7 @@ pwd + ${TOOLKIT_HOME:=/usr} c @@ -35,6 +36,20 @@ -fsanitize=address + + test -n "$TOOLKIT_HOME" + test -f "$TOOLKIT_HOME/lib/libuitk.a" + test -f "$TOOLKIT_HOME/include/ui/ui.h" + -I$TOOLKIT_HOME/include + $TOOLKIT_HOME/lib/libuitk.a + + + + gtk+-3.0 + -DUI_GTK3 + -lpthread + + Enable address sanitization. @@ -42,5 +57,14 @@ ucx,sdl3,sdl3_ttf,sdl3_image,glew + + + Enable compilation of tools. + + NO_TOOLS=1 + + + toolkit,gtk3,ucx +