[PATCH xserver] Enable XTRANS_SEND_FDS on FreeBSD and DragonFly too
Matthieu Herrb
matthieu at herrb.eu
Fri Sep 23 08:30:13 UTC 2016
On Fri, Sep 23, 2016 at 09:58:10AM +0200, François Tigeot wrote:
> This code is based on a local patch which had actually been sitting in
> FreeBSD ports since 2015.
>
> Signed-off-by: François Tigeot <ftigeot at wolfpond.org>
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index c09b854..b9e27d0 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1231,7 +1231,7 @@ AC_ARG_ENABLE(xtrans-send-fds, AS_HELP_STRING([--disable-xtrans-send-fds], [Use
> case "x$XTRANS_SEND_FDS" in
> xauto)
> case "$host_os" in
> - linux*|solaris*)
> + linux*|solaris*|freebsd*|dragonfly*)
> XTRANS_SEND_FDS=yes
> ;;
> *)
Hi,
We also have a local patch in OpenBSD to enable it. Please make that:
- linux*|solaris*)
+ linux*|solaris*|freebsd*|dragonfly*|openbsd*)
With that:
Reviewed-by: Matthieu Herrb <matthieu at herrb.eu>
Thanks,
--
Matthieu Herrb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 793 bytes
Desc: not available
URL: <https://lists.x.org/archives/xorg-devel/attachments/20160923/b0fec4c5/attachment.sig>
More information about the xorg-devel
mailing list