aboutsummaryrefslogtreecommitdiff
path: root/ports/munit
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-11-18 22:36:20 +0100
committerGitHub <noreply@github.com>2020-11-18 13:36:20 -0800
commit3217e2559619d0a6b1d2a78e2a944f2aba84e8ce (patch)
tree664a983527ed768a26be242bb8b5bfdc695c8e9e /ports/munit
parentf08e44a3011117df157ee4eac9e8bd63737d2c8c (diff)
downloadvcpkg-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/munit')
-rw-r--r--ports/munit/CONTROL2
-rw-r--r--ports/munit/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/munit/CONTROL b/ports/munit/CONTROL
index 8e1bb2e23..cd1d6f303 100644
--- a/ports/munit/CONTROL
+++ b/ports/munit/CONTROL
@@ -1,5 +1,7 @@
Source: munit
Version: 2019-04-06
+Port-Version: 1
Description: A small but full-featured unit testing framework for C
+Build-Depends: tool-meson
Supports: !(arm|arm64|uwp)
Homepage: https://github.com/nemequ/munit
diff --git a/ports/munit/portfile.cmake b/ports/munit/portfile.cmake
index bd4595930..cf6d0df3c 100644
--- a/ports/munit/portfile.cmake
+++ b/ports/munit/portfile.cmake
@@ -14,8 +14,6 @@ vcpkg_from_github(
vcpkg_configure_meson(
SOURCE_PATH ${SOURCE_PATH}
- OPTIONS
- --backend=ninja
)
vcpkg_install_meson()