diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-11-18 22:36:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 13:36:20 -0800 |
| commit | 3217e2559619d0a6b1d2a78e2a944f2aba84e8ce (patch) | |
| tree | 664a983527ed768a26be242bb8b5bfdc695c8e9e /ports/fribidi/CONTROL | |
| parent | f08e44a3011117df157ee4eac9e8bd63737d2c8c (diff) | |
| download | vcpkg-3217e2559619d0a6b1d2a78e2a944f2aba84e8ce.tar.gz vcpkg-3217e2559619d0a6b1d2a78e2a944f2aba84e8ce.zip | |
[meson|scripts] update scripts (#12945)
* Update meson to a recent commit to fix a bug with 0.56
* rename static libraries built by meson by default on windows
* apply cmake variables detection to meson.
use native/cross files
make arm builds work.
* update munit
* fix fribidi
* fix _FLAGS variables
* set env SDKROOT and MACOSX_DEPLOYMENT_TARGET in configure_meson
* need osx env while building and configuring
* - remove unused env backup functions
- rename internal functions to be prefixed with _vcpkg_
- fix VCPKG_CHAINLOAD_TOOLCHAIN_FILE for ios/freebsd
* replace _vcpkg with vcpkg since _ has special meaning in functions
* rename functions to vcpkg_internal_meson_generate
* update control tool-meson
Diffstat (limited to 'ports/fribidi/CONTROL')
| -rw-r--r-- | ports/fribidi/CONTROL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/fribidi/CONTROL b/ports/fribidi/CONTROL index 570fd1362..5ca0a10a4 100644 --- a/ports/fribidi/CONTROL +++ b/ports/fribidi/CONTROL @@ -1,4 +1,5 @@ Source: fribidi Version: 1.0.10 +Port-Version: 1 Description: GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi) Build-Depends: tool-meson |
