xlibre-xserver/os/xstrans.c
Enrico Weigelt, metux IT consult d5d19ac6f0 os: use internal xtrans instead of external library
Now that we've got xtrans bundled in our source tree, use this one and
drop the external dependency.

Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/691
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-07-18 22:29:38 +02:00

9 lines
138 B
C

#include <dix-config.h>
#include <X11/Xfuncproto.h>
#define TRANS_REOPEN
#define TRANS_SERVER
#define XSERV_t
#include "os/transport.c"