aboutsummaryrefslogtreecommitdiff
path: root/ports/munit
diff options
context:
space:
mode:
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()