Re: [OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-21 Thread Khem Raj
On Wed, Feb 20, 2019 at 9:11 PM Khem Raj wrote: > > still seeing errors when building for rpi3-64 > > | checking for xrandr... no > | configure: error: Package requirements (xrandr) were not met: > | > | No package 'xrandr' found > | > | Consider adjusting the PKG_CONFIG_PATH environment variable

Re: [OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-21 Thread Khem Raj
On Thu, Feb 21, 2019 at 7:04 AM Khem Raj wrote: > > On Thu, Feb 21, 2019 at 7:01 AM Alexander Kanavin > wrote: > > > > On Thu, 21 Feb 2019 at 15:56, Khem Raj wrote: > > > > still seeing errors when building for rpi3-64 > > > > > > > > | checking for xrandr... no > > > > | configure: error:

Re: [OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-21 Thread Khem Raj
On Thu, Feb 21, 2019 at 7:01 AM Alexander Kanavin wrote: > > On Thu, 21 Feb 2019 at 15:56, Khem Raj wrote: > > > still seeing errors when building for rpi3-64 > > > > > > | checking for xrandr... no > > > | configure: error: Package requirements (xrandr) were not met: > > > | > > > | No package

Re: [OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-21 Thread Alexander Kanavin
On Thu, 21 Feb 2019 at 15:56, Khem Raj wrote: > > still seeing errors when building for rpi3-64 > > > > | checking for xrandr... no > > | configure: error: Package requirements (xrandr) were not met: > > | > > | No package 'xrandr' found > > | > > | Consider adjusting the PKG_CONFIG_PATH

Re: [OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-20 Thread Khem Raj
still seeing errors when building for rpi3-64 | checking for xrandr... no | configure: error: Package requirements (xrandr) were not met: | | No package 'xrandr' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. On Wed,

Re: [OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-20 Thread Mittal, Anuj
On Wed, 2019-02-20 at 18:10 -0300, Fabio Berton wrote: > +PACKAGECONFIG[xvmc] = "-gallium-xvmc=true,-Dgallium- > xvmc=false,libxvmc" This is missing a '-D' ... Was a problem with my original patch as well. -- ___ Openembedded-core mailing list

[OE-core] [RFC][PATCH v3] mesa: Convert recipe to use meson build system

2019-02-20 Thread Fabio Berton
- Remove all non related meson patches - Change radeon driver to r100 Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 42 -- ...ing-include-stddef.h-in-egldevice.h.patch} | 4 +-