--- a/make/project.xml Sun May 24 13:04:25 2026 +0200 +++ b/make/project.xml Sun May 24 16:48:51 2026 +0200 @@ -36,16 +36,10 @@ <dependency name="toolkit"> <test>test -n "$TOOLKIT_HOME"</test> - <test>test -f "$TOOLKIT_HOME/lib/libuitk.a"</test> + <test>test -f "$TOOLKIT_HOME/lib/libuitk.so"</test> <test>test -f "$TOOLKIT_HOME/include/ui/ui.h"</test> <cflags>-I$TOOLKIT_HOME/include</cflags> - <ldflags>$TOOLKIT_HOME/lib/libuitk.a</ldflags> - </dependency> - - <dependency name="gtk3"> - <pkgconfig>gtk+-3.0</pkgconfig> - <cflags>-DUI_GTK3</cflags> - <ldflags>-lpthread</ldflags> + <ldflags>-L $TOOLKIT_HOME/lib/ -luitk</ldflags> </dependency> <target> @@ -61,7 +55,7 @@ <disabled> <make>NO_TOOLS=1</make> </disabled> - <dependencies>toolkit,gtk3,ucx</dependencies> + <dependencies>toolkit</dependencies> </feature> </target> </project>