On 2 April 2017 at 18:16, Michael Catanzaro <[email protected]> wrote:
> On Sun, 2017-04-02 at 15:59 +0100, Emmanuele Bassi wrote:
>> Adding:
>>
>>   disable_Werror = False
>>
>> to your jhbuildrc should do the trick.
>
> Ah, but nobody wants to do that for all modules locally... I only want
> it for Epiphany.

Adding this:

```
module_autogenargs['epiphany'] = '--disable-Werror'
```

should work, assuming Epiphany uses the m4 macros that add `--disable-Werror`.

Maybe jhbuild could have a:

```
module_disable_Werror['epiphany'] = True
```

but at this point we're sliding into diminishing returns, as it
doesn't buy you much.

Ciao,
 Emmanuele.

-- 
https://www.bassi.io
[@] ebassi [@gmail.com]
_______________________________________________
desktop-devel-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Reply via email to