Quoting Kenneth Graunke (2018-01-23 15:04:18)
> On Tuesday, January 23, 2018 10:34:25 AM PST Dylan Baker wrote:
> > There's a bug in our meson build, and I sent a patch. We need to join_dirs
> > with
> > get_option('prefix'). I got a little confused because when you pass a
> > relative
> > direct
On Tuesday, January 23, 2018 10:34:25 AM PST Dylan Baker wrote:
> There's a bug in our meson build, and I sent a patch. We need to join_dirs
> with
> get_option('prefix'). I got a little confused because when you pass a relative
> directory to meson's `install` option it will autotmatically make i
There's a bug in our meson build, and I sent a patch. We need to join_dirs with
get_option('prefix'). I got a little confused because when you pass a relative
directory to meson's `install` option it will autotmatically make it absolute,
but when you pass it to a C define it doesn't.
Quoting Kenne
Hi Marc,
I have two theories
1) Is your locale non-english by chance? generation of drirc support for
translations is still on the list
2) The search path may not be correct, I'll double check that now.
Quoting Marc Dietrich (2018-01-23 03:31:23)
> Hi Dylan,
>
> running "Heaven" fails with "er
On Tuesday, January 23, 2018 3:31:23 AM PST Marc Dietrich wrote:
> Hi Dylan,
>
> running "Heaven" fails with "error: #extension directive is not allowed in
> the
> middle of a shader" because drirc (which contains an exception for this
> program) is somehow not read in meson builds.
>
> Marc
Hi Dylan,
running "Heaven" fails with "error: #extension directive is not allowed in the
middle of a shader" because drirc (which contains an exception for this
program) is somehow not read in meson builds.
Marc
signature.asc
Description: This is a digitally signed message part.
__