[PATCH] meson: Add configuration of listening on tcp, unix and local

Peter Hutterer peter.hutterer at who-t.net
Sun Jul 1 22:42:31 UTC 2018


On Fri, Jun 29, 2018 at 09:44:27AM +0200, Laurent Carlier wrote:
> Le jeudi 28 juin 2018, 07:16:42 CEST Peter Hutterer a écrit :
> > On Tue, Jun 26, 2018 at 09:51:58PM -0700, Aaron Plattner wrote:
> > > On 06/26/2018 06:12 PM, Peter Hutterer wrote:
> > > > On Tue, Jun 26, 2018 at 01:07:23PM -0700, Aaron Plattner wrote:
> > > > > On 06/24/2018 11:45 PM, Laurent Carlier wrote:
> > > > > > Le samedi 16 juin 2018, 13:00:01 CEST Laurent Carlier a écrit :
> > > > > > > bugzilla: https://bugs.kde.org/show_bug.cgi?id=395419
> > > > > > > bugzilla: https://bugs.archlinux.org/task/59025
> > > > > > > 
> > > > > > > Signed-off-by: Laurent Carlier <lordheavym at gmail.com>
> > > > > 
> > > > > Seems to work, so
> > > > > Reviewed-by: Aaron Plattner <aplattner at nvidia.com>
> > > > > 
> > > > > This switches the defined version from
> > > > > #define LISTEN_TCP 1
> > > > > to
> > > > > #define LISTEN_TCP
> > > > > but it's only used in an #ifndef so that's probably fine.
> > > > 
> > > > best to change to meson's conf_data.set10() then to keep the exact
> > > > functionality.
> > > 
> > > No, that's worse. Then "meson -Dlisten_tcp=false" does this:
> > > 
> > > #define LISTEN_TCP 0
> > > 
> > > which will enable TCP. Thanks, 1989 C preprocessor.
> > 
> > rightyo. Pushed:
> > 
> >    c41d4ff48..2f39b2a07  master -> master
> > 
> > 
> > Cheers,
> >    Peter
> > 
> 
> You've forgotten the gitlab repo

there is a gitlab repo for the server? where is it hiding?

https://gitlab.freedesktop.org/xorg/ shows nothing and
https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/40 indicates
that it's not done yet either.

Cheers,
   Peter



More information about the xorg-devel mailing list