diff options
| author | Emerson de Freitas Barcelos <emersonfxbx@msn.com> | 2020-07-31 15:30:41 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-31 11:30:41 -0700 |
| commit | 544222febd8683aee282ab5ea1d358b118f6168d (patch) | |
| tree | 5af879da09cbc981755b4fe2c6c459db47b9c27f /ports/wxwidgets/CONTROL | |
| parent | c2b5201e1f73c5e69618525035586079c48495ed (diff) | |
| download | vcpkg-544222febd8683aee282ab5ea1d358b118f6168d.tar.gz vcpkg-544222febd8683aee282ab5ea1d358b118f6168d.zip | |
[wxwidgets] Adding wxWidgets resource compiler (wxrc) to <triplet>/tools/wxwidgets directory (#12485)
* Adding wxWidgets resource compiler (wxrc) to <triplet>/tools/wxwidgets directory
* Fix tool missing dependencies
* CONTROL file version update
* Update ports/wxwidgets/portfile.cmake
* Update ports/wxwidgets/portfile.cmake
* Fix the build failures
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/wxwidgets/CONTROL')
| -rw-r--r-- | ports/wxwidgets/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/wxwidgets/CONTROL b/ports/wxwidgets/CONTROL index e69ead3ad..4e12b7690 100644 --- a/ports/wxwidgets/CONTROL +++ b/ports/wxwidgets/CONTROL @@ -1,5 +1,6 @@ Source: wxwidgets -Version: 3.1.3-1 +Version: 3.1.3 +Port-Version: 2 Homepage: https://github.com/wxWidgets/wxWidgets Description: wxWidgets is a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. Build-Depends: zlib, libpng, tiff, expat |
