Re: [PATCH wayland 2/4] build: use public-code when using the local wayland-scanner

2018-02-22 Thread Pekka Paalanen
On Fri, 16 Feb 2018 16:22:31 + Emil Velikov wrote: > From: Emil Velikov > > The core wayland interfaces are public, via the libwayland-server and > libwayland-client DSOs. Hence use "public-code" cmdline option, instead > of the deprecated code". > > As the host wayland-scanner may not kno

[PATCH wayland 2/4] build: use public-code when using the local wayland-scanner

2018-02-16 Thread Emil Velikov
From: Emil Velikov The core wayland interfaces are public, via the libwayland-server and libwayland-client DSOs. Hence use "public-code" cmdline option, instead of the deprecated code". As the host wayland-scanner may not know about the new option, use the legacy "code". Signed-off-by: Emil Vel