Skip to content

fd.h: fix build when not building with xtrans

Alan Coopersmith requested to merge alanc/xscope:issue-2 into master

Always include <X11/Xfuncproto.h> for the definition of _X_NORETURN, instead of relying on Xtrans.h to include it indirectly for us.

Also includes CI changes to test builds both with and without xtrans to help catch issues like this before release next time, and to drop requirement for Signed-off-by tags in commits from our CI config, to match latest Xorg CI defaults.

Merge request reports