Skip to content

build: improve --with-coroutine=auto choice

Jakub Janků requested to merge jjanku/gtk-vnc:fix-coroutine-choice into master

When the required ucontext functions aren't found, switch to gthread coroutines instead of failing during the build.

These functions are absent from the POSIX.1-2008.

Fixes: #11 (closed)

Signed-off-by: Jakub Janků jjanku@redhat.com

Merge request reports