Re: [Mesa-dev] [PATCH] meson: Add build option for tools

2018-02-08 Thread Dylan Baker
Oh, freedreno also has a standalone compiler, os we should probably add a fredreeno option as well. Dylan Quoting Scott D Phillips (2018-02-07 16:55:24) > Add a build option to control building some of the misc tools we > have. Also set the executables to install, presumably you want > that if

Re: [Mesa-dev] [PATCH] meson: Add build option for tools

2018-02-08 Thread Dylan Baker
Quoting Scott D Phillips (2018-02-07 16:55:24) > Add a build option to control building some of the misc tools we > have. Also set the executables to install, presumably you want > that if you're asking for the build. > --- > meson.build | 5 + > meson_options.txt

Re: [Mesa-dev] [PATCH] meson: Add build option for tools

2018-02-08 Thread Eric Engestrom
On Thursday, 2018-02-08 01:30:04 -0800, Jordan Justen wrote: > On 2018-02-07 16:55:24, Scott D Phillips wrote: > > diff --git a/src/compiler/glsl/meson.build b/src/compiler/glsl/meson.build > > index b0c0de810a6..6c46e466c96 100644 > > --- a/src/compiler/glsl/meson.build > > +++

Re: [Mesa-dev] [PATCH] meson: Add build option for tools

2018-02-08 Thread Jordan Justen
On 2018-02-07 16:55:24, Scott D Phillips wrote: > diff --git a/src/compiler/glsl/meson.build b/src/compiler/glsl/meson.build > index b0c0de810a6..6c46e466c96 100644 > --- a/src/compiler/glsl/meson.build > +++ b/src/compiler/glsl/meson.build > @@ -230,7 +230,8 @@ glsl_compiler = executable( >

Re: [Mesa-dev] [PATCH] meson: Add build option for tools

2018-02-08 Thread Eric Anholt
Scott D Phillips writes: > Add a build option to control building some of the misc tools we > have. Also set the executables to install, presumably you want > that if you're asking for the build. I took a look, since I've got some WIP vc5 tools that really should

[Mesa-dev] [PATCH] meson: Add build option for tools

2018-02-07 Thread Scott D Phillips
Add a build option to control building some of the misc tools we have. Also set the executables to install, presumably you want that if you're asking for the build. --- meson.build | 5 + meson_options.txt | 6 ++