JUCE and Arch Linux webkit2gtk-4.0 to 4.1 issues

Greetings JUCE team,

On Arch I am having issues compiling code because of the obsolete webkit2gtk-4.0, which is set as a default compiler flag.
At the moment we are using webkit2gtk-4.1, and the workaround is quite simple as we only need to change the flag to 4.1 version, however it is quite annoying because every time the project is saved and the Makefile rebuilt, we have to change the parameter again.

It is not a major issue, but maybe at some point you could look into this?

Regards,
Marko

Yeah, in rolling or fresh distros webkit2gtk is 4.1
But are you really need that? I mean, is your app/plugin requires a browser?