Re: [OE-core] [PATCH] weston: change to use meson build system

2019-07-26 Thread Ming Liu
FYI, I have made a V2 patch, but I noticed Denys Dmytriyenko had sent a patch to upgrade weston from 6.0.0 to 6.0.1, I would like to send out the V2 patch later after it’s merged. //Ming Liu Sorry, I did not describe it correctly, as Stefan said, it’s not a build > issue with meson, but we need

Re: [OE-core] [PATCH] weston: change to use meson build system

2019-07-25 Thread Ming Liu
Sorry, I did not describe it correctly, as Stefan said, it’s not a build issue with meson, but we need explicitly set the remoting option on or off , or else we will have a gstreamer dependency missing issue. I will change the commit message here in V2. //Ming Liu On Thu, 25 Jul 2019 at 12:42,

Re: [OE-core] [PATCH] weston: change to use meson build system

2019-07-25 Thread Ming Liu
Thanks for the review, will send a V2 as you suggested. //Ming Liu Hi Ming, > > Thanks for working on that! > > On 2019-07-25 13:41, liu.min...@gmail.com wrote: > > From: Ming Liu > > > > The changes include: > > - Drop all autotools related patches. > > - Move weston-launch setuid-install to d

Re: [OE-core] [PATCH] weston: change to use meson build system

2019-07-25 Thread Stefan Agner
Hi Ming, Thanks for working on that! On 2019-07-25 13:41, liu.min...@gmail.com wrote: > From: Ming Liu > > The changes include: > - Drop all autotools related patches. > - Move weston-launch setuid-install to do_install task since it's not > supported yet by meson build. > - Drop cairo-glesv2

Re: [OE-core] [PATCH] weston: change to use meson build system

2019-07-25 Thread Stefan Agner
On 2019-07-25 14:21, Burton, Ross wrote: > On Thu, 25 Jul 2019 at 12:42, wrote: >> - Introduce remoting package config, without it meson would run into a >> build error. What do you mean by that exactly, I guess it does build at all with remoting, and by introducing a packaging config you disab

Re: [OE-core] [PATCH] weston: change to use meson build system

2019-07-25 Thread Burton, Ross
On Thu, 25 Jul 2019 at 12:42, wrote: > - Introduce remoting package config, without it meson would run into a > build error. Did you tell upstream about this? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:/

[OE-core] [PATCH] weston: change to use meson build system

2019-07-25 Thread liu . ming50
From: Ming Liu The changes include: - Drop all autotools related patches. - Move weston-launch setuid-install to do_install task since it's not supported yet by meson build. - Drop cairo-glesv2 package config, it's not supported by meson build, it is hardcoded to cairo-image for now in weston