Use gtk/3.24.24 instead of gtk/system
GTK4 is not yet supported by wxWidgets
-o cairo:shared=True seems to be required to avoid duplicate symbols (the GTK3 test_package fails as well)
Unfortunately WebKitGTK recipe is not available so this does not close #861
Related Issue
861
Motivation and Context
Removing system dependencies
How Has This Been Tested?
conan create on Ubuntu 20 with GCC 9
test_package links and runs
Description
Use gtk/3.24.24 instead of gtk/system GTK4 is not yet supported by wxWidgets -o cairo:shared=True seems to be required to avoid duplicate symbols (the GTK3 test_package fails as well) Unfortunately WebKitGTK recipe is not available so this does not close #861
Related Issue
861
Motivation and Context
Removing system dependencies
How Has This Been Tested?
conan create on Ubuntu 20 with GCC 9 test_package links and runs