Skip to content

Commit

Permalink
(#21353) wxWidgets intial recipe
Browse files Browse the repository at this point in the history
* (#5190) (#19991) (#20092) new wxwidgets recipe; ported from bincrafters to v2

* [wxwidgets] use f-strings

* [wxwidgets] remove glib override

* [wxwidgets] Add gtk option and default to gtk/system for now.

* [wxwidgets] update system_requirements

* [wxwidgets] Adding 3.2.4

* [wxwidgets] fix errors from gtk and opengl options

* [wxwidgets] default to GTK2 to match gtk/system binaries in CCI

* [wxwidgets] fix fPIC handling

* [wxwidgets] fix nanosvg usage

* [wxwidgets] fix cmake dependencies

* [wxwidgets] don't package cmake files

* [wxwidgets] fix macOS patching

* [wxwidgets] use is_msvc

* [wxwidgets] removing 3.1.x versions

* [wxwidgets] Adding libraries to cpp_info to fix hook warnings.

* remove older versions, add version ranges

* fix config.yml for wxwidgets

* add version range for expat

* Update recipes/wxwidgets/all/conanfile.py

Co-authored-by: Martin Valgur <martin.valgur@gmail.com>

* [wxwidgets] set gtk, xkbcommon options

* simplify recipe options

* wip

* simplify

* remove comment

* put jpeg option back

---------

Co-authored-by: memsharded <james@conan.io>
Co-authored-by: czoido <mrgalleta@gmail.com>
Co-authored-by: Martin Valgur <martin.valgur@gmail.com>
  • Loading branch information
4 people authored Aug 19, 2024
1 parent 3cbb102 commit e18fb92
Show file tree
Hide file tree
Showing 6 changed files with 550 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/wxwidgets/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sources:
"3.2.5":
url: "https://github.com/wxWidgets/wxWidgets/archive/v3.2.5.tar.gz"
sha256: "c3a54d1c5dc3feefc2893c28923fd722c990c572253d5ad353eec99386ba11eb"
Loading

0 comments on commit e18fb92

Please sign in to comment.