diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-08-17 16:25:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-17 07:25:05 -0700 |
| commit | f0dbdbaa650131b18e93b9477a08ad21f39dc8d8 (patch) | |
| tree | 7fa369963bf17049635324231b09893e845a6c2d /ports | |
| parent | 8800ba999a2b17e5f169a44641c2b6fd0f908f4d (diff) | |
| download | vcpkg-f0dbdbaa650131b18e93b9477a08ad21f39dc8d8.tar.gz vcpkg-f0dbdbaa650131b18e93b9477a08ad21f39dc8d8.zip | |
[meson] Update meson to 0.55.1 (#12927)
* [vcpkg_find_acquire_program] add version check for ninja
* Change VERSION to NINJA_VERSION
* Missed VERSION change
* some more corrections
* add missing PACKAGES parameter
* add osx hash
Co-authored-by: Wolfgang Stöggl <c72578@yahoo.de>
* [meson] update to 0.55.1
* fix command
* Remove apt/brew package names
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
* move supported around and disable it for freebsd
* fix small command hickup which does not matter for ninja
Co-authored-by: Wolfgang Stöggl <c72578@yahoo.de>
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/tool-meson/CONTROL | 2 | ||||
| -rw-r--r-- | ports/tool-meson/portfile.cmake | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/tool-meson/CONTROL b/ports/tool-meson/CONTROL index 483508089..c5fe40dfc 100644 --- a/ports/tool-meson/CONTROL +++ b/ports/tool-meson/CONTROL @@ -1,4 +1,4 @@ Source: tool-meson -Version: 0.54.2 +Version: 0.55.1 Homepage: https://github.com/mesonbuild/meson Description: Meson build system diff --git a/ports/tool-meson/portfile.cmake b/ports/tool-meson/portfile.cmake index ad32823bd..c39e61407 100644 --- a/ports/tool-meson/portfile.cmake +++ b/ports/tool-meson/portfile.cmake @@ -3,3 +3,5 @@ # Currently is used in ports that call vcpkg_find_acquire_program(MESON) in order to force rebuilds. set(VCPKG_POLICY_EMPTY_PACKAGE enabled) +vcpkg_find_acquire_program(MESON) +message(STATUS "Using meson: ${MESON}")
\ No newline at end of file |
