bincrafters / community

Central repository for issues and recipes
http://bincrafters.readthedocs.io/en/latest/
MIT License
218 stars 36 forks source link

Use Conan GTK3 requirement; WebKitGTK isn't available. #1435

Closed gmeeker closed 1 month ago

gmeeker commented 2 years ago

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

Croydon commented 1 month ago

wxwidgets is now in CCI: https://github.com/conan-io/conan-center-index/pull/21353