# HG changeset patch # User Mike Becker # Date 1761775163 -3600 # Node ID 22ff758b9fab1ba6598a4c3f0bc838a83e1bc0a8 # Parent a53a04d1da971b5525182bced7c66522f21bd850 add version requirement for UCX diff -r a53a04d1da97 -r 22ff758b9fab configure --- a/configure Tue Oct 28 22:04:05 2025 +0100 +++ b/configure Wed Oct 29 22:59:23 2025 +0100 @@ -462,7 +462,7 @@ if [ -z "$PKG_CONFIG" ]; then break fi - if test_pkg_config "ucx" "" "" "" ; then + if test_pkg_config "ucx" "3.2" "" "" ; then TEMP_CFLAGS="$TEMP_CFLAGS `"$PKG_CONFIG" --cflags ucx`" TEMP_LDFLAGS="$TEMP_LDFLAGS `"$PKG_CONFIG" --libs ucx`" else diff -r a53a04d1da97 -r 22ff758b9fab make/project.xml --- a/make/project.xml Tue Oct 28 22:04:05 2025 +0100 +++ b/make/project.xml Wed Oct 29 22:59:23 2025 +0100 @@ -4,31 +4,31 @@ pwd ${TOOLKIT_HOME:=/usr} - - c + + c srcdir=$SRCDIR -lm - + - - ucx - + + ucx + - - sdl3 - + + sdl3 + - - sdl3-ttf - + + sdl3-ttf + sdl3-image - - glew - + + glew + -fsanitize=address