Re: [PATCH v2] wayland-server: Add API to control globals visibility

2016-08-02 Thread Jonas Ådahl
On Mon, Aug 01, 2016 at 03:22:59PM +0200, Olivier Fourdan wrote: > Add a new API to let compositor decide whether or not a wl_global > should be advertised to the clients via wl_registry_bind() or > display_get_registry() > > By using its own filter, the compositor can decide which wl_global would

Re: [PATCH wayland 1/2] protocol: Add release (destructor) request to wl_output

2016-08-02 Thread Yong Bakos
On Jul 5, 2016, at 11:41 AM, Quentin Glidic wrote: > > From: Quentin Glidic > > Signed-off-by: Quentin Glidic Would be nice to see, in the commit message, what use case motivated you to add this. Reviewed-by: Yong Bakos yong > --- > protocol/wayland.xml | 13 - > 1 file chan

Re: [PATCH weston] libweston: fix major in libweston.pc

2016-08-02 Thread Pekka Paalanen
On Tue, 2 Aug 2016 13:07:30 +0200 Quentin Glidic wrote: > On 02/08/2016 13:04, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Renames forgotten in "libweston: use new versioning scheme". > > > > Cc: Emil Velikov > > Cc: Quentin Glidic > > Signed-off-by: Pekka Paalanen > > --- > > R

Re: [PATCH weston] libweston: fix major in libweston.pc

2016-08-02 Thread Quentin Glidic
On 02/08/2016 13:04, Pekka Paalanen wrote: From: Pekka Paalanen Renames forgotten in "libweston: use new versioning scheme". Cc: Emil Velikov Cc: Quentin Glidic Signed-off-by: Pekka Paalanen --- Reviewed-by: Quentin Glidic libweston/libweston.pc.in | 4 ++-- 1 file changed, 2 insertio

[PATCH weston] libweston: fix major in libweston.pc

2016-08-02 Thread Pekka Paalanen
From: Pekka Paalanen Renames forgotten in "libweston: use new versioning scheme". Cc: Emil Velikov Cc: Quentin Glidic Signed-off-by: Pekka Paalanen --- libweston/libweston.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libweston/libweston.pc.in b/libweston/libw

Re: [PATCH weston] automake: list static libraries before the shared ones

2016-08-02 Thread Pekka Paalanen
On Fri, 22 Jul 2016 14:52:42 +0100 Emil Velikov wrote: > From: Emil Velikov > > The linker processes those in the order that they are given. Thus > as-it we can get unresolved symbols. > > Signed-off-by: Emil Velikov > --- > Some places in weston already follow this approach, and although I'v

Re: [PATCH weston 0/3]Rework libweston versioning take 3

2016-08-02 Thread Pekka Paalanen
On Fri, 22 Jul 2016 14:51:49 +0100 Emil Velikov wrote: > Hi all, > > Here is hopefully the final take on the series of the topic in question. > The changes: > > - Reworked the README, elaborating on why and how to use > REQUIRE_LIBWESTON_API_VERSION (what to write in your configure), how to

Re: [PATCH weston v3 2/3] libweston: use new versioning scheme

2016-08-02 Thread Quentin Glidic
On 22/07/2016 15:51, Emil Velikov wrote: From: Emil Velikov Use the documented libweston-$major.so.0.$minor.$patch scheme. An (almost) identical one is used by GLIB, GDK{2,3}, QT5, json-glib and others. Signed-off-by: Emil Velikov --- I kind of agree with Quentin that the revision log isn't

Re: [PATCH weston v3 3/3] libweston: remove pkgincludedir variable from libweston.pc

2016-08-02 Thread Quentin Glidic
On 22/07/2016 15:51, Emil Velikov wrote: From: Emil Velikov Common practise it to provide the includes directly into Cflags, hence the variable is not needed and we can remove it. Signed-off-by: Emil Velikov --- Replaces the "libweston: do not add libweston-$version to the Cflags" patch. ---

Re: [PATCH weston v3 1/3] README: Document versioning scheme, forward compatibility

2016-08-02 Thread Quentin Glidic
On 22/07/2016 15:51, Emil Velikov wrote: From: Emil Velikov Signed-off-by: Emil Velikov --- Pekka, considering the noticable rework I've dropped your r-b. v2: - s/QT/Qt/;s/GTK/GDK/ - s/LIBWESTON_API_VERSION/REQUIRE_LIBWESTON_API_VERSION/ - Provide configure.ac example and mention how to ov

Re: [PATCH v2] compositor: Extend compositor user data

2016-08-02 Thread Pekka Paalanen
On Mon, 1 Aug 2016 18:51:46 +0200 Armin Krezović wrote: > This patch makes the compositor user data a structure > which can be expanded with new fields when necessary. > > v2: > > Don't export to_wet_compositor > > Signed-off-by: Armin Krezović > --- > compositor/main.c | 20 +++