Re: [PATCH weston 00/10] weston wayland-protocols migration

2015-11-06 Thread Pekka Paalanen
On Fri, 6 Nov 2015 10:39:12 +0800 Jonas Ådahl wrote: > On Thu, Nov 05, 2015 at 12:21:21PM +0200, Pekka Paalanen wrote: > > On Wed, 4 Nov 2015 16:49:49 +0800 > > Jonas Ådahl wrote: > > > > > Hi, > > > > > > This series changes weston to depend on

Re: [PATCH weston 00/10] weston wayland-protocols migration

2015-11-06 Thread ahmet acar
November 6 2015 2:32 AM, "Jonas Ådahl" wrote: > More or less. The question is whether it would be Ok to break builds, > and if so how "soon"? > are builds have to breaks? If build systems smarts enought(no needs for so complicated) and its behaivour known clearly both by

Re: [PATCH weston 00/10] weston wayland-protocols migration

2015-11-05 Thread Pekka Paalanen
On Wed, 4 Nov 2015 16:49:49 +0800 Jonas Ådahl wrote: > Hi, > > This series changes weston to depend on wayland-protocols for the > majority of the protocols previously in the protocols/ directory. The > protocols moved are also renamed to comply with the unstable naming >

Re: [PATCH weston 00/10] weston wayland-protocols migration

2015-11-05 Thread Bryce Harrington
On Thu, Nov 05, 2015 at 12:21:21PM +0200, Pekka Paalanen wrote: > On Wed, 4 Nov 2015 16:49:49 +0800 > Jonas Ådahl wrote: > > > Hi, > > > > This series changes weston to depend on wayland-protocols for the > > majority of the protocols previously in the protocols/ directory.

Re: [PATCH weston 00/10] weston wayland-protocols migration

2015-11-05 Thread Bryce Harrington
On Fri, Nov 06, 2015 at 10:39:12AM +0800, Jonas Ådahl wrote: > On Thu, Nov 05, 2015 at 12:21:21PM +0200, Pekka Paalanen wrote: > > On Wed, 4 Nov 2015 16:49:49 +0800 > > Jonas Ådahl wrote: > > > Things that seemed more weston specific was weston_ prefixed. The > > >

Re: [PATCH weston 00/10] weston wayland-protocols migration

2015-11-05 Thread Jonas Ådahl
On Thu, Nov 05, 2015 at 12:21:21PM +0200, Pekka Paalanen wrote: > On Wed, 4 Nov 2015 16:49:49 +0800 > Jonas Ådahl wrote: > > > Hi, > > > > This series changes weston to depend on wayland-protocols for the > > majority of the protocols previously in the protocols/ directory.

Re: [PATCH weston 00/10] weston wayland-protocols migration

2015-11-05 Thread Jonas Ådahl
On Thu, Nov 05, 2015 at 09:36:18PM -0800, Bryce Harrington wrote: > On Fri, Nov 06, 2015 at 10:39:12AM +0800, Jonas Ådahl wrote: > > On Thu, Nov 05, 2015 at 12:21:21PM +0200, Pekka Paalanen wrote: > > > On Wed, 4 Nov 2015 16:49:49 +0800 > > > Jonas Ådahl wrote: > > > > Things

Re: [PATCH weston 00/10] weston wayland-protocols migration

2015-11-04 Thread Jonas Ådahl
On Wed, Nov 04, 2015 at 05:50:00PM +0100, Mariusz Ceier wrote: > Hi, >Weston doesn't compile with this patchset - some source files in clients > directory still use old or removed headers. > I had to replace xdg-shell-server-protocol.h in desktop-shell/shell.c > with

Re: [PATCH weston 00/10] weston wayland-protocols migration

2015-11-04 Thread Mariusz Ceier
Hi, Weston doesn't compile with this patchset - some source files in clients directory still use old or removed headers. I had to replace xdg-shell-server-protocol.h in desktop-shell/shell.c with xdg-shell-unstable-v5-server-protocol.h and disable clients compilation in order to be able to

[PATCH weston 00/10] weston wayland-protocols migration

2015-11-04 Thread Jonas Ådahl
Hi, This series changes weston to depend on wayland-protocols for the majority of the protocols previously in the protocols/ directory. The protocols moved are also renamed to comply with the unstable naming conventions of wayland-protocols, with the exception of xdg_shell which will use the