Re: [Mesa-dev] dumb meson questions

2019-03-09 Thread Jose Fonseca
et stack traces, etc. Jose From: mesa-dev on behalf of Brian Paul Sent: Wednesday, March 6, 2019 15:46 To: Kenneth Graunke Cc: mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] dumb meson questions On 03/06/2019 01:18 AM, Kenneth Graunke wrote: > On Tuesday,

Re: [Mesa-dev] dumb meson questions

2019-03-06 Thread Brian Paul
On 03/06/2019 01:18 AM, Kenneth Graunke wrote: On Tuesday, March 5, 2019 10:20:10 PM PST Dave Airlie wrote: On Wed, 6 Mar 2019 at 14:01, Brian Paul wrote: I guess I don't fully understand a few things about the new meson build. 1. I'm trying to build the gallium VMware driver with this:

Re: [Mesa-dev] dumb meson questions

2019-03-06 Thread Kenneth Graunke
On Tuesday, March 5, 2019 10:20:10 PM PST Dave Airlie wrote: > On Wed, 6 Mar 2019 at 14:01, Brian Paul wrote: > > I guess I don't fully understand a few things about the new meson build. > > > > 1. I'm trying to build the gallium VMware driver with this: > > > > export BUILD_DIR=build-meson-dri >

Re: [Mesa-dev] dumb meson questions

2019-03-05 Thread Dave Airlie
On Wed, 6 Mar 2019 at 14:01, Brian Paul wrote: > > > I guess I don't fully understand a few things about the new meson build. > > 1. I'm trying to build the gallium VMware driver with this: > > export BUILD_DIR=build-meson-dri > > mkdir "${BUILD_DIR}" > > meson -Dshared-llvm=false \ >

[Mesa-dev] dumb meson questions

2019-03-05 Thread Brian Paul
I guess I don't fully understand a few things about the new meson build. 1. I'm trying to build the gallium VMware driver with this: export BUILD_DIR=build-meson-dri mkdir "${BUILD_DIR}" meson -Dshared-llvm=false \ -Dplatforms=x11,drm \ -Dgallium-drivers=svga \