juce-framework / JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
https://juce.com
Other
6.54k stars 1.73k forks source link

Dependency Update: webkit2gtk4.0 -> webkit2gtk4.1 #1404

Closed tdug closed 2 months ago

tdug commented 3 months ago

Addresses https://github.com/juce-framework/JUCE/issues/1377

I'm not knowledgeable enough with C++/CMake for it to be obvious to me how to allow either version of this dependency. Would love some feedback if this is possible so I don't break any builds that cannot install webkit2gtk-4.1 for some reason.

This was a simple find&replace. I'm not sure if there's anything else to update here.

tdug commented 2 months ago

@davidhealey - I appreciate your feedback on this PR. I think this feature is included in a more pragmatic way in the latest develop branch. I'm closing this PR because of this.